Searched refs:AUTHORIZATION (Results 1 - 9 of 9) sorted by relevance

/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...]
H A DAugmentationScriptExecutor.java71 security.put(SecurityContextMapper.AUTHORIZATION, securityContextMapper.getAuthorizationId());
81 if (!updatedSecurityContext.get(SecurityContextMapper.AUTHORIZATION).isNull()) {
82 securityContextMapper.setAuthorizationId((updatedSecurityContext.get(SecurityContextMapper.AUTHORIZATION).asMap()));
/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-zip/src/main/resources/samples/scriptedazure/tools/shared/
H A DAzureADOAuth2HttpClientFactory.groovy148 request.removeHeaders(HttpHeaders.AUTHORIZATION);
149 request.addHeader(HttpHeaders.AUTHORIZATION, HEADER_PREFIX + token.get("access_token").asText());
181 Header[] authorizationAsList = request.getHeaders(HttpHeaders.AUTHORIZATION);
/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/ ...
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql35 EXECUTE sp_executesql N'CREATE SCHEMA [openidm] AUTHORIZATION [openidm]'

Completed in 54 milliseconds