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

/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DSecurityContextMapper.java54 private final JsonValue authData; field in class:SecurityContextMapper
64 authData = json(object(field(AUTHENTICATION_ID, messageInfoMap.get(SecurityContextFactory.ATTRIBUTE_AUTHCID))));
66 authData.put(AUTHORIZATION, contextMap);
87 authData.put(AUTHENTICATION_ID, authcId);
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
[all...]

Completed in 52 milliseconds