Searched refs:SP (Results 51 - 75 of 78) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java153 Map<String, String> configMap = getConfigAttributeMap(realm, remoteEntityID, SP);
156 "getAttributes: remote SP attribute map = " + configMap);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java486 } else if (providerRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DIDFFMetaManager.java1034 if (role!=null && role.equalsIgnoreCase(IFSConstants.SP)) {
1214 IFSConstants.SP);
1219 + ", ID=" + tmpId + ", role=" +IFSConstants.SP);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java486 } else if (providerRole.equalsIgnoreCase(IFSConstants.SP)) {
H A DIDFFMetaManager.java1034 if (role!=null && role.equalsIgnoreCase(IFSConstants.SP)) {
1214 IFSConstants.SP);
1219 + ", ID=" + tmpId + ", role=" +IFSConstants.SP);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java687 // Only SP can specify GET profile for logout
787 // for SP, search local domain first, for IDP, search
788 // remote domain(SP) first
789 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
802 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1041 IFSConstants.SP.equalsIgnoreCase(hostedRole))
H A DFSSingleLogoutHandler.java394 // for SP does not logout local session in case IDP logout failed.
400 // Call SP Adapter postSingleLogoutSuccess for SP/SOAP
581 // Call SP Adapter postSingleLogoutSuccess for SP/HTTP
1097 // Call SP Adapter preSingleLogout for SP/SOAP
1099 hostedRole.equalsIgnoreCase(IFSConstants.SP))
1107 "preSingleLogoutProcess, SP/SOAP");
1119 "preSingleLogoutProcess, SP/SOA
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSLogoutUtil.java687 // Only SP can specify GET profile for logout
787 // for SP, search local domain first, for IDP, search
788 // remote domain(SP) first
789 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
802 if (hostedRole.equalsIgnoreCase(IFSConstants.SP)) {
1041 IFSConstants.SP.equalsIgnoreCase(hostedRole))
H A DFSSingleLogoutHandler.java394 // for SP does not logout local session in case IDP logout failed.
400 // Call SP Adapter postSingleLogoutSuccess for SP/SOAP
581 // Call SP Adapter postSingleLogoutSuccess for SP/HTTP
1097 // Call SP Adapter preSingleLogout for SP/SOAP
1099 hostedRole.equalsIgnoreCase(IFSConstants.SP))
1107 "preSingleLogoutProcess, SP/SOAP");
1119 "preSingleLogoutProcess, SP/SOA
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java247 * 1. If OldNameIdentifier does not exist then its from SP to IdP
249 * 2. If OldNameIdentifier exist then we could be SP, IdP
255 * If isIDP false then remote is SP so replace remoteIdentifier
746 // Call SP Adapter for SP/IDP initiated HTTP profile
748 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
1027 // Call SP Adapter
1030 IFSConstants.SP))
1232 // Call SP Adapter for SP/ID
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/registration/
H A DFSNameRegistrationHandler.java247 * 1. If OldNameIdentifier does not exist then its from SP to IdP
249 * 2. If OldNameIdentifier exist then we could be SP, IdP
255 * If isIDP false then remote is SP so replace remoteIdentifier
746 // Call SP Adapter for SP/IDP initiated HTTP profile
748 hostedProviderRole.equalsIgnoreCase(IFSConstants.SP))
1027 // Call SP Adapter
1030 IFSConstants.SP))
1232 // Call SP Adapter for SP/ID
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java61 * additional SP filter to check, this is for the case when two SP
92 role.equalsIgnoreCase(IFSConstants.SP))
272 * SP could federation with same IDP
741 * means local deployment worked as SP in that federation and federation
745 * means local deployment worked as SP in that federation and
781 // Means local deployment worked as SP in that federation.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java106 * Provider acts SP and IDP role
108 public static final String SP_IDP = "SP/IDP";
366 * SP role
368 public static final String SP = "SP"; field in interface:IFSConstants
374 * SP and IDP role
376 public static final String BOTH ="IDP/SP";
540 * Error in processing Name Registration at SP.
550 * Successful processing of Name Registration at SP.
736 * SP Singl
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java329 providerRole.equalsIgnoreCase(IFSConstants.SP))
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DFSAccountManager.java61 * additional SP filter to check, this is for the case when two SP
92 role.equalsIgnoreCase(IFSConstants.SP))
272 * SP could federation with same IDP
741 * means local deployment worked as SP in that federation and federation
745 * means local deployment worked as SP in that federation and
781 // Means local deployment worked as SP in that federation.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java106 * Provider acts SP and IDP role
108 public static final String SP_IDP = "SP/IDP";
366 * SP role
368 public static final String SP = "SP"; field in interface:IFSConstants
374 * SP and IDP role
376 public static final String BOTH ="IDP/SP";
540 * Error in processing Name Registration at SP.
550 * Successful processing of Name Registration at SP.
736 * SP Singl
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPostLogin.java329 providerRole.equalsIgnoreCase(IFSConstants.SP))
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java107 // BOTH idp AND SP extended metadata
181 // SP extend meta attribute.. ONLY SP
369 * Returns a map of an SP entity descriptors key/value pairs.
373 * @return map of SP key/value pairs
377 String[] params = {realm, entityName, "IDFF", "SP-Standard Metadata"};
463 {realm, entityName, "IDFF", "SP-Standard Metadata", strError};
553 String[] params = {realm, entityName, "IDFF", "SP-Extended Metadata"};
568 createEntityConfig(realm, entityName, IFSConstants.SP, location);
602 {realm, entityName, "IDFF", "SP
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DIDFFModelImpl.java107 // BOTH idp AND SP extended metadata
181 // SP extend meta attribute.. ONLY SP
369 * Returns a map of an SP entity descriptors key/value pairs.
373 * @return map of SP key/value pairs
377 String[] params = {realm, entityName, "IDFF", "SP-Standard Metadata"};
463 {realm, entityName, "IDFF", "SP-Standard Metadata", strError};
553 String[] params = {realm, entityName, "IDFF", "SP-Extended Metadata"};
568 createEntityConfig(realm, entityName, IFSConstants.SP, location);
602 {realm, entityName, "IDFF", "SP
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java177 if (role.equalsIgnoreCase(IFSConstants.SP)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSServiceUtils.java177 if (role.equalsIgnoreCase(IFSConstants.SP)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java221 * @param spDescriptor <code>SP</code>'s provider descriptor
222 * @param spConfig <code>SP</code>'s provider extended meta
223 * @param spEntityId <code>SP</code>'s entity id
252 * @param spDescriptor <code>SP</code>'s provider descriptor
253 * @param spConfig <code>SP</code>'s extended meta
254 * @param spEntityId <code>SP</code>'s entity id
1010 + "SP generated opaque handle: " + spNI.getName());
1323 * Sets remote <code>SP</code> provider descriptor.
1324 * @param spDescriptor remote <code>SP</code> provider descriptor.
1332 * Returns remote <code>SP</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java221 * @param spDescriptor <code>SP</code>'s provider descriptor
222 * @param spConfig <code>SP</code>'s provider extended meta
223 * @param spEntityId <code>SP</code>'s entity id
252 * @param spDescriptor <code>SP</code>'s provider descriptor
253 * @param spConfig <code>SP</code>'s extended meta
254 * @param spEntityId <code>SP</code>'s entity id
1010 + "SP generated opaque handle: " + spNI.getName());
1323 * Sets remote <code>SP</code> provider descriptor.
1324 * @param spDescriptor remote <code>SP</code> provider descriptor.
1332 * Returns remote <code>SP</cod
[all...]
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 117 milliseconds

1234