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

/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DSecurityContextMapper.java83 * @param authcId the authenticationId
86 SecurityContextMapper setAuthenticationId(String authcId) { argument
87 authData.put(AUTHENTICATION_ID, authcId);
89 messageInfoMap.put(SecurityContextFactory.ATTRIBUTE_AUTHCID, authcId);

Completed in 57 milliseconds