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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java46 private final SAML2MetaManager saml2MetaManager; field in class:UtilProxyIDPRequestValidator
54 * @param saml2MetaManager
57 SAML2MetaManager saml2MetaManager) {
61 this.saml2MetaManager = saml2MetaManager;
101 idpEntityID = saml2MetaManager.getEntityByMetaAlias(idpMetaAlias);
56 UtilProxyIDPRequestValidator(String reqBinding, boolean isFromECP, Debug debug, SAML2MetaManager saml2MetaManager) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DUtilProxyIDPRequestValidator.java46 private final SAML2MetaManager saml2MetaManager; field in class:UtilProxyIDPRequestValidator
54 * @param saml2MetaManager
57 SAML2MetaManager saml2MetaManager) {
61 this.saml2MetaManager = saml2MetaManager;
101 idpEntityID = saml2MetaManager.getEntityByMetaAlias(idpMetaAlias);
56 UtilProxyIDPRequestValidator(String reqBinding, boolean isFromECP, Debug debug, SAML2MetaManager saml2MetaManager) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java88 private static SAML2MetaManager saml2MetaManager = null; field in class:QueryClient
91 saml2MetaManager =
394 isTrusted = saml2MetaManager.
415 if (saml2MetaManager != null) {
418 saml2MetaManager.
467 if (saml2MetaManager != null) {
470 saml2MetaManager.
501 if (saml2MetaManager != null) {
504 saml2MetaManager.getPolicyDecisionPointConfig(realm,
564 saml2MetaManager
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DQueryClient.java91 private static SAML2MetaManager saml2MetaManager = null; field in class:QueryClient
94 saml2MetaManager =
397 isTrusted = saml2MetaManager.
418 if (saml2MetaManager != null) {
421 saml2MetaManager.
470 if (saml2MetaManager != null) {
473 saml2MetaManager.
504 if (saml2MetaManager != null) {
507 saml2MetaManager.getPolicyDecisionPointConfig(realm,
567 saml2MetaManager
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java158 private static SAML2MetaManager saml2MetaManager = null; field in class:SAML2Utils
235 saml2MetaManager =
418 if (saml2MetaManager == null) {
423 spConfig = saml2MetaManager.getSPSSOConfig(
425 spDesc = saml2MetaManager.getSPSSODescriptor(orgName, hostEntityId);
436 idpSSODescriptor = saml2MetaManager.getIDPSSODescriptor(orgName, idpEntityId);
545 idp = saml2MetaManager.getIDPSSODescriptor(
1092 saml2MetaManager.getAffiliationDescriptor(realm, affiliationID);
1148 isValid = saml2MetaManager.isTrustedProvider(
1331 return saml2MetaManager;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java160 private static SAML2MetaManager saml2MetaManager = null; field in class:SAML2Utils
237 saml2MetaManager =
410 if (saml2MetaManager == null) {
415 spConfig = saml2MetaManager.getSPSSOConfig(
417 spDesc = saml2MetaManager.getSPSSODescriptor(orgName, hostEntityId);
428 idpSSODescriptor = saml2MetaManager.getIDPSSODescriptor(orgName, idpEntityId);
537 idp = saml2MetaManager.getIDPSSODescriptor(
1128 saml2MetaManager.getAffiliationDescriptor(realm, affiliationID);
1184 isValid = saml2MetaManager.isTrustedProvider(
1367 return saml2MetaManager;
[all...]

Completed in 216 milliseconds