Searched refs:WSIGNIN10 (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationConstants.java44 public static final String WSIGNIN10 = "wsignin1.0"; field in class:WSFederationConstants
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationActionFactory.java127 wa.equals(WSFederationConstants.WSIGNIN10)) {
161 if ( wa.equals(WSFederationConstants.WSIGNIN10) &&
H A DRPSigninRequest.java296 url.append(URLEncDec.encode(WSFederationConstants.WSIGNIN10));
H A DIPSigninRequest.java479 request.setAttribute(WSFederationConstants.POST_WA, WSFederationConstants.WSIGNIN10);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DWSFederationActionFactory.java135 } else if (wa == null || wa.equals(WSFederationConstants.WSIGNIN10)) {
169 if ( wa.equals(WSFederationConstants.WSIGNIN10) &&
H A DIPSigninRequest.java358 request.setAttribute(WSFederationConstants.POST_WA, WSFederationConstants.WSIGNIN10);
H A DRPSigninRequest.java298 url.append(URLEncDec.encode(WSFederationConstants.WSIGNIN10));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/common/
H A DWSFederationConstants.java44 public static final String WSIGNIN10 = "wsignin1.0"; field in class:WSFederationConstants

Completed in 60 milliseconds