Searched refs:spconfig (Results 1 - 10 of 10) sorted by relevance
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/ |
| H A D | WSFederationMetaManager.java | 353 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 355 if (spconfig != null) { 356 removeFromCircleOfTrust(spconfig, realm, federationId); 659 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 661 if (spconfig != null) { 662 addToCircleOfTrust(spconfig, realm, federationId); 747 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 749 if (spconfig != null) { 750 removeFromCircleOfTrust(spconfig, realm, federationId); 1234 SPSSOConfigElement spconfig [all...] |
| H A D | WSFederationMetaSecurityUtils.java | 131 * @param spconfig The service provider config. 141 SPSSOConfigElement spconfig, 151 if (spconfig != null) { 152 Map map = WSFederationMetaUtils.getAttributes(spconfig); 139 sign( FederationElement descriptor, SPSSOConfigElement spconfig, IDPSSOConfigElement idpconfig ) argument
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/ |
| H A D | WSFederationMetaManager.java | 353 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 355 if (spconfig != null) { 356 removeFromCircleOfTrust(spconfig, realm, federationId); 659 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 661 if (spconfig != null) { 662 addToCircleOfTrust(spconfig, realm, federationId); 747 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 749 if (spconfig != null) { 750 removeFromCircleOfTrust(spconfig, realm, federationId); 1234 SPSSOConfigElement spconfig [all...] |
| H A D | WSFederationMetaSecurityUtils.java | 132 * @param spconfig The service provider config. 142 SPSSOConfigElement spconfig, 152 if (spconfig != null) { 153 Map map = WSFederationMetaUtils.getAttributes(spconfig); 140 sign( FederationElement descriptor, SPSSOConfigElement spconfig, IDPSSOConfigElement idpconfig ) argument
|
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | WSFedPropertiesModelImpl.java | 159 SPSSOConfigElement spconfig = 161 if (spconfig != null) { 162 SPAttributes = WSFederationMetaUtils.getAttributes(spconfig);
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | WSFedPropertiesModelImpl.java | 163 SPSSOConfigElement spconfig = 165 if (spconfig != null) { 166 SPAttributes = WSFederationMetaUtils.getAttributes(spconfig);
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/ |
| H A D | IDFFMetaManager.java | 1202 SPDescriptorConfigElement spconfig = 1204 if (spconfig != null) { 1205 String tmpMetaAlias = spconfig.getMetaAlias();
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/ |
| H A D | IDFFMetaManager.java | 1202 SPDescriptorConfigElement spconfig = 1204 if (spconfig != null) { 1205 String tmpMetaAlias = spconfig.getMetaAlias();
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
| H A D | SAML2MetaManager.java | 1708 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 1710 if (spconfig != null) { 1711 result = isSameCircleOfTrust(spconfig, realm,
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
| H A D | SAML2MetaManager.java | 1707 SPSSOConfigElement spconfig = getSPSSOConfig(realm, 1709 if (spconfig != null) { 1710 result = isSameCircleOfTrust(spconfig, realm,
|
Completed in 52 milliseconds