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

/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/client/
H A DAuthClientUtils.java112 public static final String COMPOSITE_ADVICE = "sunamcompositeadvice"; field in class:AuthClientUtils
782 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
888 reqDataHash.get(Constants.COMPOSITE_ADVICE) == null) {
914 } else if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
1760 if (str.indexOf(COMPOSITE_ADVICE) != -1 ) {
1768 sb.append(COMPOSITE_ADVICE).append("=");
2313 String advice = requestHash.get(COMPOSITE_ADVICE);
2951 if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
2953 get(Constants.COMPOSITE_ADVICE);
/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-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java655 static final String COMPOSITE_ADVICE = "sunamcompositeadvice"; field in interface:Constants
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DConstants.java635 static final String COMPOSITE_ADVICE = "sunamcompositeadvice"; field in interface:Constants

Completed in 54 milliseconds