Searched defs:getSPSSOConfig (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java353 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
471 public SPSSOConfigElement getSPSSOConfig(String realm, method in class:WSFederationMetaManager
659 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
747 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
933 if (getSPSSOConfig(realm, federationId) != null) {
1018 if (getSPSSOConfig(realm, federationId) != null) {
1142 SPSSOConfigElement spConfig = getSPSSOConfig(realm, federationId);
1212 if ((spConfig = getSPSSOConfig(realm, federationId)) != null) {
1234 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaManager.java353 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
471 public SPSSOConfigElement getSPSSOConfig(String realm, method in class:WSFederationMetaManager
659 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
747 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
933 if (getSPSSOConfig(realm, federationId) != null) {
1018 if (getSPSSOConfig(realm, federationId) != null) {
1142 SPSSOConfigElement spConfig = getSPSSOConfig(realm, federationId);
1212 if ((spConfig = getSPSSOConfig(realm, federationId)) != null) {
1234 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java810 public SPSSOConfigElement getSPSSOConfig(String realm, String entityId) method in class:SAML2MetaManager
1569 SPSSOConfigElement spConfig = getSPSSOConfig(realm, entityId);
1639 if ((spConfig = getSPSSOConfig(realm, entityId)) != null) {
1708 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
H A DSAML2MetaUtils.java530 public static SPSSOConfigElement getSPSSOConfig(EntityConfigElement eConfig) method in class:SAML2MetaUtils
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java813 public SPSSOConfigElement getSPSSOConfig(String realm, String entityId) method in class:SAML2MetaManager
1568 SPSSOConfigElement spConfig = getSPSSOConfig(realm, entityId);
1638 if ((spConfig = getSPSSOConfig(realm, entityId)) != null) {
1707 SPSSOConfigElement spconfig = getSPSSOConfig(realm,
H A DSAML2MetaUtils.java530 public static SPSSOConfigElement getSPSSOConfig(EntityConfigElement eConfig) method in class:SAML2MetaUtils

Completed in 59 milliseconds