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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java70 public static AuthIndexType getAuthIndexType(String indexTypeString) { method in class:AuthIndexType
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java70 public static AuthIndexType getAuthIndexType(String indexTypeString) { method in class:AuthIndexType
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java155 public String getAuthIndexType() { method in class:AuthTargetMapping.AuthTarget
221 return authIndexType.equals(otherTarget.getAuthIndexType()) &&
224 return authIndexType.equals(otherTarget.getAuthIndexType()) &&
311 builder.addMapping(entry.getKey(), target.getAuthIndexType(),
334 builder.addMapping(tokenType, authTarget.getAuthIndexType(),
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java137 AuthIndexType indexType = getAuthIndexType(authIndexType);
148 indexType = getAuthIndexType(jwt);
200 private AuthIndexType getAuthIndexType(SignedJwt jwt) throws RestAuthException { method in class:RestAuthenticationHandler
203 indexType = getAuthIndexType(authIndexTypeString);
355 private AuthIndexType getAuthIndexType(String authIndexType) throws RestAuthException { method in class:RestAuthenticationHandler
358 return AuthIndexType.getAuthIndexType(authIndexType);
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DAuthTargetMapping.java155 public String getAuthIndexType() { method in class:AuthTargetMapping.AuthTarget
221 return authIndexType.equals(otherTarget.getAuthIndexType()) &&
224 return authIndexType.equals(otherTarget.getAuthIndexType()) &&
311 builder.addMapping(entry.getKey(), target.getAuthIndexType(),
334 builder.addMapping(tokenType, authTarget.getAuthIndexType(),
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandler.java143 AuthIndexType indexType = getAuthIndexType(authIndexType);
154 indexType = getAuthIndexType(jwt);
206 private AuthIndexType getAuthIndexType(SignedJwt jwt) throws RestAuthException { method in class:RestAuthenticationHandler
209 indexType = getAuthIndexType(authIndexTypeString);
362 private AuthIndexType getAuthIndexType(String authIndexType) throws RestAuthException { method in class:RestAuthenticationHandler
365 return AuthIndexType.getAuthIndexType(authIndexType);

Completed in 45 milliseconds