Searched defs:AUTHORIZATION (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthorityBinding.java59 *<br>3 implies <code>AUTHORIZATION</code>
77 public static final int AUTHORIZATION = 3; // "authorization" field in class:AuthorityBinding.AuthorityKindType
141 _authorityKind = AuthorityKindType.AUTHORIZATION;
263 authKind <= AuthorityKindType.AUTHORIZATION ) {
342 case AuthorityKindType.AUTHORIZATION:
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthorityBinding.java59 *<br>3 implies <code>AUTHORIZATION</code>
77 public static final int AUTHORIZATION = 3; // "authorization" field in class:AuthorityBinding.AuthorityKindType
141 _authorityKind = AuthorityKindType.AUTHORIZATION;
263 authKind <= AuthorityKindType.AUTHORIZATION ) {
342 case AuthorityKindType.AUTHORIZATION:
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DSecurityContextMapper.java48 public static final String AUTHORIZATION = "authorization"; field in class:SecurityContextMapper
66 authData.put(AUTHORIZATION, contextMap);
100 authData.put(AUTHORIZATION, authorizationId);
106 authData.get(AUTHORIZATION).put(AUTHZID_ID, userId);
111 return authData.get(AUTHORIZATION).get(AUTHZID_ID).asString();
115 authData.get(AUTHORIZATION).put(AUTHZID_COMPONENT, resource);
120 return authData.get(AUTHORIZATION).get(AUTHZID_COMPONENT).asString();
124 authData.get(AUTHORIZATION).put(AUTHZID_ROLES, new ArrayList<String>(roles));
129 if (authData.get(AUTHORIZATION).get(AUTHZID_ROLES).isNull()) {
130 authData.get(AUTHORIZATION)
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djsr311-api-1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...
H A Djsr311-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ ...

Completed in 42 milliseconds