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

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DElevatedConnectionFactoryWrapper.java78 private final String authenticationId; field in class:ElevatedConnectionFactoryWrapper.ElevatedConnection
86 authenticationId = ssoPrincipal.getName();
97 return new SecurityContext(context, authenticationId, authorisation);
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DElevatedConnectionFactoryWrapper.java83 private final String authenticationId; field in class:ElevatedConnectionFactoryWrapper.ElevatedConnection
91 authenticationId = ssoPrincipal.getName();
102 return ssoTokenContextFactory.create(new SecurityContext(context, authenticationId, authorisation));
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModuleWrapper.java82 public static final String AUTHENTICATION_ID = "authenticationId";
178 * <li>authenticationId - the object attribute that represents the authentication id</li>
205 String authenticationId = properties.get(PROPERTY_MAPPING).get(AUTHENTICATION_ID).asString();
249 .withAuthenticationIdProperty(authenticationId);
451 * If queryId is provided, build() will set additional parameters for the authenticationId
452 * property and principal name. Otherwise a QueryFilter where "authenticationId property = principal name"
460 private String authenticationId = null; field in class:IDMAuthModuleWrapper.UserDetailQueryBuilder
472 UserDetailQueryBuilder withAuthenticationIdProperty(final String authenticationId) { argument
473 this.authenticationId = authenticationId;
[all...]

Completed in 3976 milliseconds