-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
108ca8a
commit 22a80a8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ public class SCIM2CustomSchemaMeTestCase extends SCIM2BaseTest { | |
private static final String MANAGER_EMAIL_CLAIM_ATTRIBUTE_URI = | ||
MANAGER_CLAIM_ATTRIBUTE_URI + "." + MANAGER_EMAIL_CLAIM_ATTRIBUTE_NAME; | ||
private static final String MANAGER_LOCAL_CLAIM_URI = "http://wso2.org/claims/manager"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emailaddress"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emails.work"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE = "[email protected]"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_REPLACE = "[email protected]"; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ public class SCIM2CustomSchemaUserTestCase extends SCIM2BaseTest { | |
private static final String MANAGER_EMAIL_CLAIM_ATTRIBUTE_URI = | ||
MANAGER_CLAIM_ATTRIBUTE_URI + "." + MANAGER_EMAIL_CLAIM_ATTRIBUTE_NAME; | ||
private static final String MANAGER_LOCAL_CLAIM_URI = "http://wso2.org/claims/manager"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emailaddress"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_URI = "http://wso2.org/claims/emails.work"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE = "[email protected]"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_REPLACE = "[email protected]"; | ||
private static final String MANAGER_EMAIL_LOCAL_CLAIM_VALUE_AFTER_ADD = "[email protected]"; | ||
|