Skip to content

Commit

Permalink
Merge pull request osiam#143 from sputnik27/fix-schema-for-SCIMSearch…
Browse files Browse the repository at this point in the history
…Result

Introduce Constant representing ListResponse
  • Loading branch information
tkrille committed Aug 13, 2015
2 parents 0e692c5 + 2331d33 commit 9610a2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public interface Constants {

String USER_CORE_SCHEMA = "urn:scim:schemas:core:2.0:User";
String GROUP_CORE_SCHEMA = "urn:scim:schemas:core:2.0:Group";
String LIST_RESPONSE_CORE_SCHEMA = "urn:ietf:params:scim:api:messages:2.0:ListResponse";
String SERVICE_PROVIDER_CORE_SCHEMA = "urn:scim:schemas:core:2.0:ServiceProviderConfig";
int MAX_RESULT = 100;
}
}

0 comments on commit 9610a2f

Please sign in to comment.