Searched refs:SP (Results 26 - 50 of 78) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationReturnServlet.java144 hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSTerminationRequestServlet.java176 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
266 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSFedTerminationHandler.java475 // Call SP Adaper for remote IDP initiated HTTP profile
477 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
544 // Call SP Adapter for remote IDP initiated SOAP case
546 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
762 FSUtils.debug.message("SP Provider Id : " + hostedEntityId);
935 // Call SP Adapter for SP initiated SOAP profile
938 IFSConstants.SP))
956 FSUtils.debug.error("postTerm.SP/SOAP",
1065 // Call SP Adape
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSServiceManager.java86 * Returns handler at <code>SP</code> side which will handle fed/sso
163 * Obtains handler at <code>SP</code> side that will handle browser
392 * <code>SP</code> at the end of account federation if name registration is
429 } else if (remoteProviderRole.equalsIgnoreCase(IFSConstants.SP))
502 // for SP, search local, then remote IDP,
503 // for IDP, search remote SP, then local
504 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
515 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
708 if (remoteProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSSOAPReceiver.java413 hostedRole.equals(IFSConstants.SP))
708 IFSConstants.SP))
781 // Call SP Adapter postSingleLogoutSuccess for IDP/SOAP
783 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
904 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
934 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1047 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1175 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1208 // Call SP Adapter preSingleLogoutProcess for IDP/SOAP
1210 hostedRole.equalsIgnoreCase(IFSConstants.SP))
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/termination/
H A DFSTerminationReturnServlet.java144 hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSTerminationRequestServlet.java176 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
266 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSFedTerminationHandler.java475 // Call SP Adaper for remote IDP initiated HTTP profile
477 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
544 // Call SP Adapter for remote IDP initiated SOAP case
546 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
762 FSUtils.debug.message("SP Provider Id : " + hostedEntityId);
935 // Call SP Adapter for SP initiated SOAP profile
938 IFSConstants.SP))
956 FSUtils.debug.error("postTerm.SP/SOAP",
1065 // Call SP Adape
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
69 protected static final String SP = SAML2Constants.SP_ROLE; field in class:DefaultAccountMapper
159 * SP or IDP configuration.
H A DDefaultLibrarySPAccountMapper.java68 role = SP;
172 * statement does not have the auto federation attribute then the NameID value will be used if use NameID as SP user
223 debug.message("DefaultLibrarySPAccountMapper.getAutoFedUser: NameID as SP UserID was not enabled "
238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
H A DDefaultLibraryIDPAttributeMapper.java149 Map<String, String> configMap = getConfigAttributeMap(realm, remoteEntityID, SP);
150 debug.message(debugMethod + "Remote SP attribute map = {}", configMap);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
68 protected static final String SP = SAML2Constants.SP_ROLE; field in class:DefaultAccountMapper
132 * SP or IDP configuration.
H A DDefaultLibrarySPAccountMapper.java74 role = SP;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibrarySPAccountMapper.java68 role = SP;
172 * statement does not have the auto federation attribute then the NameID value will be used if use NameID as SP user
223 debug.message("DefaultLibrarySPAccountMapper.getAutoFedUser: NameID as SP UserID was not enabled "
238 Map<String, String> attributeMap = attributeMapper.getConfigAttributeMap(realm, entityID, SP);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java188 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
237 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSPreLogoutHandler.java306 // Call SP Adapter preSingleLogoutProcess for SP/HTTP
308 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
316 "call preSingleLogoutProcess, SP/HTTP");
330 "preSingleLogoutProcess.SP/HTTP", e);
345 // Call SP Adapter postSingleLogoutProcess for SP/HTTP
347 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
353 "call postSingleLogoutProcess, SP/HTTP");
363 "postSingleLogoutSuccess.SP/HTT
[all...]
H A DFSProcessLogoutServlet.java169 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
401 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
468 // Call SP Adapter preSingleLogoutProcess
680 // Call SP Adapter preSingleLogout for remote IDP initated HTTP request
681 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.SP))
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationRequestServlet.java182 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
274 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSReturnLogoutServlet.java188 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
237 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DFSPreLogoutHandler.java306 // Call SP Adapter preSingleLogoutProcess for SP/HTTP
308 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
316 "call preSingleLogoutProcess, SP/HTTP");
330 "preSingleLogoutProcess.SP/HTTP", e);
345 // Call SP Adapter postSingleLogoutProcess for SP/HTTP
347 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
353 "call postSingleLogoutProcess, SP/HTTP");
363 "postSingleLogoutSuccess.SP/HTT
[all...]
H A DFSProcessLogoutServlet.java169 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
401 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
468 // Call SP Adapter preSingleLogoutProcess
680 // Call SP Adapter preSingleLogout for remote IDP initated HTTP request
681 if (hostedRole != null && hostedRole.equalsIgnoreCase(IFSConstants.SP))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSRegistrationRequestServlet.java182 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
274 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPReceiver.java413 hostedRole.equals(IFSConstants.SP))
708 IFSConstants.SP))
781 // Call SP Adapter postSingleLogoutSuccess for IDP/SOAP
783 hostedRole.equalsIgnoreCase(IFSConstants.SP) &&
904 if (hostedProviderRole.equalsIgnoreCase(IFSConstants.SP)) {
934 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1047 } else if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1175 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1208 // Call SP Adapter preSingleLogoutProcess for IDP/SOAP
1210 hostedRole.equalsIgnoreCase(IFSConstants.SP))
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLogin.java241 String hostedProviderRole = IFSConstants.SP;
258 if (hostedProviderRole.equals(IFSConstants.SP)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLogin.java241 String hostedProviderRole = IFSConstants.SP;
258 if (hostedProviderRole.equals(IFSConstants.SP)) {

Completed in 95 milliseconds

1234