Package org.projecthusky.xua
Class ChEprXuaSpecifications
java.lang.Object
org.projecthusky.xua.ChEprXuaSpecifications
XUA specifications in the CH-EPR context.
- Author:
- Quentin Ligier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Audience URN for all communities.static final String
The claims dialect (in Get X-User Assertion requests).static final String
URN to specify the document administrator ID.static final String
URN to specify the policy administrator ID.static final String
URN to specify the ID of the user.static final String
URN to specify the name of the user.static final String
URN to specify the representative ID.static final String
URN to specify the technical user ID. -
Method Summary
-
Field Details
-
AUDIENCE_ALL_COMMUNITIES
Audience URN for all communities.- See Also:
-
TECHNICAL_USER_ID
URN to specify the technical user ID.- See Also:
-
POLICY_ADMINISTRATOR_ID
URN to specify the policy administrator ID.- See Also:
-
DOCUMENT_ADMINISTRATOR_ID
URN to specify the document administrator ID.- See Also:
-
REPRESENTATIVE_ID
URN to specify the representative ID.- See Also:
-
PRINCIPAL_ID
URN to specify the ID of the user.- See Also:
-
PRINCIPAL_NAME
URN to specify the name of the user.- See Also:
-
CLAIMS_DIALECT
The claims dialect (in Get X-User Assertion requests).- See Also:
-