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

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DCoreServicesWrapper.java84 public int getCompositeAdviceType(AuthenticationContext authContext) { method in class:CoreServicesWrapper
85 return AuthUtils.getCompositeAdviceType(authContext.getAuthContext());
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DCoreServicesWrapper.java84 public int getCompositeAdviceType(AuthenticationContext authContext) { method in class:CoreServicesWrapper
85 return AuthUtils.getCompositeAdviceType(authContext.getAuthContext());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java751 public static int getCompositeAdviceType(AuthContextLocal authContext) { method in class:AuthUtils
756 type = loginState.getCompositeAdviceType();
759 utilDebug.message("in getCompositeAdviceType, type : " + type);
763 utilDebug.message("Error in getCompositeAdviceType : "
H A DLoginState.java5958 public int getCompositeAdviceType() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java681 public static int getCompositeAdviceType(AuthContextLocal authContext) { method in class:AuthUtils
686 type = loginState.getCompositeAdviceType();
689 utilDebug.message("in getCompositeAdviceType, type : " + type);
693 utilDebug.message("Error in getCompositeAdviceType : "
H A DLoginState.java5832 int getCompositeAdviceType() { method in class:LoginState

Completed in 59 milliseconds