Searched defs:IDP (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAttributeMapper.java56 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAttributeMapper
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
68 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAccountMapper
159 * SP or IDP configuration.
209 if (IDP.equals(role)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java62 protected static final String IDP = "IDP"; field in class:DefaultAttributeMapper
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
67 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAccountMapper
132 * SP or IDP configuration.
150 if(role.equals(IDP)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultAttributeMapper.java56 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAttributeMapper
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
68 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAccountMapper
159 * SP or IDP configuration.
209 if (IDP.equals(role)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java62 protected static final String IDP = "IDP"; field in class:DefaultAttributeMapper
H A DDefaultAccountMapper.java59 * methods that are required for the SP and IDP account mappers and also
67 protected static final String IDP = SAML2Constants.IDP_ROLE; field in class:DefaultAccountMapper
132 * SP or IDP configuration.
150 if(role.equals(IDP)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java105 * <code>providerID</code> of <code>IDP</code>, that was used to
110 public static final String IDP = "IDP"; field in class:InteractionManager
526 //redirectURL should not have IDP parameter
527 if (!(redirectURL.indexOf(IDP + "=") == -1)) {
531 + IDP
533 String objs[] = {IDP, REDIRECT_URL};
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DInteractionManager.java108 * <code>providerID</code> of <code>IDP</code>, that was used to
113 public static final String IDP = "IDP"; field in class:InteractionManager
529 //redirectURL should not have IDP parameter
530 if (!(redirectURL.indexOf(IDP + "=") == -1)) {
534 + IDP
536 String objs[] = {IDP, REDIRECT_URL};
/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";
131 * Specify login URL IDP will redirect to when there is no valid session
370 * IDP role
372 public static final String IDP = "IDP"; field in interface:IFSConstants
374 * SP and IDP role
376 public static final String BOTH ="IDP/SP";
422 * Provider ID not in request and not able to reset preferred IDP
437 * Preferred IDP Cooki
[all...]
/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";
131 * Specify login URL IDP will redirect to when there is no valid session
370 * IDP role
372 public static final String IDP = "IDP"; field in interface:IFSConstants
374 * SP and IDP role
376 public static final String BOTH ="IDP/SP";
422 * Provider ID not in request and not able to reset preferred IDP
437 * Preferred IDP Cooki
[all...]

Completed in 86 milliseconds