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

12

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/xui/
H A DXUIFilter.java99 String compositeAdvice = request.getParameter(Constants.COMPOSITE_ADVICE);
140 if (paramName != null && !paramName.equalsIgnoreCase(Constants.COMPOSITE_ADVICE)) {
157 String compositeAdvice = ESAPI.encoder().encodeForURL(request.getParameter(Constants.COMPOSITE_ADVICE));
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java41 COMPOSITE(AuthContext.IndexType.COMPOSITE_ADVICE);
H A DLoginConfiguration.java111 ((RestAuthHttpRequestWrapper) httpRequest).addParameter(AuthClientUtils.COMPOSITE_ADVICE, indexValue);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java41 COMPOSITE(AuthContext.IndexType.COMPOSITE_ADVICE);
H A DLoginConfiguration.java111 ((RestAuthHttpRequestWrapper) httpRequest).addParameter(AuthClientUtils.COMPOSITE_ADVICE, indexValue);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/xui/
H A DXUIFilter.java115 String compositeAdvice = (String)request.getParameter(Constants.COMPOSITE_ADVICE);
152 if (paramName != null && !paramName.equalsIgnoreCase(Constants.COMPOSITE_ADVICE)) {
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexTypeTest.java167 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.COMPOSITE_ADVICE);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexTypeTest.java168 Assert.assertEquals(authContextIndexType, AuthContext.IndexType.COMPOSITE_ADVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java198 if (indexType == AuthContext.IndexType.COMPOSITE_ADVICE) {
309 COMPOSITE_ADVICE) {
H A DAuthXMLRequest.java251 this.indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequestParser.java198 if (indexType == AuthContext.IndexType.COMPOSITE_ADVICE) {
309 COMPOSITE_ADVICE) {
H A DAuthXMLRequest.java251 this.indexType = AuthContext.IndexType.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/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DURLPolicyTaskHandler.java192 String param = Constants.COMPOSITE_ADVICE;
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/xui/
H A DXUIFilterTest.java104 when(request.getParameter(Constants.COMPOSITE_ADVICE)).thenReturn(compositeAdvice);
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/xui/
H A DXUIFilterTest.java106 when(request.getParameter(Constants.COMPOSITE_ADVICE)).thenReturn(compositeAdvice);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/policy/
H A DAmWebPolicy.java259 String adviceName = Constants.COMPOSITE_ADVICE;
/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
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java764 (reqDataHash.get(Constants.COMPOSITE_ADVICE) != null)) {
1301 (indexType == AuthContext.IndexType.COMPOSITE_ADVICE)) {
1522 reqDataHash.get(Constants.COMPOSITE_ADVICE) == null) {
1551 } else if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
1552 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
1553 indexName = (String)reqDataHash.get(Constants.COMPOSITE_ADVICE);
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java775 (reqDataHash.get(Constants.COMPOSITE_ADVICE) != null)) {
1323 (indexType == AuthContext.IndexType.COMPOSITE_ADVICE)) {
1544 reqDataHash.get(Constants.COMPOSITE_ADVICE) == null) {
1573 } else if ( reqDataHash.get(Constants.COMPOSITE_ADVICE) != null ) {
1574 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
1575 indexName = (String)reqDataHash.get(Constants.COMPOSITE_ADVICE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java320 if (prevIndexType == IndexType.LEVEL || prevIndexType == IndexType.COMPOSITE_ADVICE) {
885 if (indexType == IndexType.LEVEL || indexType == IndexType.COMPOSITE_ADVICE) {
1722 * (unless previous index type was LEVEL or COMPOSITE_ADVICE, or current index type is MODULE_INSTANCE)
1725 if ((previousType != IndexType.LEVEL && previousType != IndexType.COMPOSITE_ADVICE)
1767 if (indexType == IndexType.COMPOSITE_ADVICE) {
1769 * Configure login following COMPOSITE_ADVICE
1772 debug.message("IndexType is COMPOSITE_ADVICE");
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java271 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java273 indexType = AuthContext.IndexType.COMPOSITE_ADVICE;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java341 if (prevIndexType == IndexType.LEVEL || prevIndexType == IndexType.COMPOSITE_ADVICE) {
880 if (indexType == IndexType.LEVEL || indexType == IndexType.COMPOSITE_ADVICE) {
1688 * (unless previous index type was LEVEL or COMPOSITE_ADVICE, or current index type is MODULE_INSTANCE)
1691 if ((previousType != IndexType.LEVEL && previousType != IndexType.COMPOSITE_ADVICE)
1733 if (indexType == IndexType.COMPOSITE_ADVICE) {
1735 * Configure login following COMPOSITE_ADVICE
1738 debug.message("IndexType is COMPOSITE_ADVICE");
/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);

Completed in 155 milliseconds

12