Searched refs:COMPOSITE_ADVICE (Results 26 - 34 of 34) sorted by relevance

12

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java112 public static final String COMPOSITE_ADVICE = "sunamcompositeadvice"; field in class:AuthClientUtils
785 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
891 reqDataHash.get(Constants.COMPOSITE_ADVICE) == null) {
917 } else if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
1763 if (str.indexOf(COMPOSITE_ADVICE) != -1 ) {
1771 sb.append(COMPOSITE_ADVICE).append("=");
2316 String advice = requestHash.get(COMPOSITE_ADVICE);
2958 if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
2960 get(Constants.COMPOSITE_ADVICE);
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java641 verify(authContextLocalWrapper).login(AuthContext.IndexType.COMPOSITE_ADVICE, "INDEX_VALUE");
677 verify(authContextLocalWrapper).login(AuthContext.IndexType.COMPOSITE_ADVICE, "INDEX_VALUE");
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginAuthenticatorTest.java636 verify(authContextLocalWrapper).login(AuthContext.IndexType.COMPOSITE_ADVICE, "INDEX_VALUE");
672 verify(authContextLocalWrapper).login(AuthContext.IndexType.COMPOSITE_ADVICE, "INDEX_VALUE");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java882 } else if (indexType == IndexType.COMPOSITE_ADVICE) {
2284 * The <code>COMPOSITE_ADVICE</code> index type indicates that the
2290 public static final IndexType COMPOSITE_ADVICE = field in class:AuthContext.IndexType
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java882 } else if (indexType == IndexType.COMPOSITE_ADVICE) {
2284 * The <code>COMPOSITE_ADVICE</code> index type indicates that the
2290 public static final IndexType COMPOSITE_ADVICE = field in class:AuthContext.IndexType
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java375 AuthContext.IndexType.COMPOSITE_ADVICE)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java375 AuthContext.IndexType.COMPOSITE_ADVICE)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java4418 (indexType != AuthContext.IndexType.COMPOSITE_ADVICE)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java4312 (indexType != AuthContext.IndexType.COMPOSITE_ADVICE)) {

Completed in 91 milliseconds

12