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

/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DSecurityContextMapper.java45 class SecurityContextMapper { class
56 private SecurityContextMapper(MessageInfoContext messageInfo) { method in class:SecurityContextMapper
70 * Creates a new SecurityContextMapper instance backed by the provided MessageInfo.
73 * @return A new SecurityContextMapper.
75 static SecurityContextMapper fromMessageInfo(MessageInfoContext messageInfo) {
76 return new SecurityContextMapper(messageInfo);
84 * @return the SecurityContextMapper
86 SecurityContextMapper setAuthenticationId(String authcId) {
97 * @return the SecurityContextMapper
99 SecurityContextMapper setAuthorizationI
[all...]

Completed in 31 milliseconds