Searched defs:isAuthnContextMatching (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextMapper.java80 public boolean isAuthnContextMatching(List requestedACClassRefs, method in interface:IDPAuthnContextMapper
H A DDefaultIDPAuthnContextMapper.java152 if (isAuthnContextMatching(singleClassRef, tmpClassRef,
276 public boolean isAuthnContextMatching(List requestedACClassRefs, method in class:DefaultIDPAuthnContextMapper
295 return SAML2Utils.isAuthnContextMatching(requestedACClassRefs,
H A DSPAuthnContextMapper.java105 public boolean isAuthnContextMatching(List requestedACClassRefs, method in interface:SPAuthnContextMapper
H A DDefaultSPAuthnContextMapper.java336 (!isAuthnContextMatching(reqCtx.getAuthnContextClassRef(),
380 public boolean isAuthnContextMatching(List requestedACClassRefs, method in class:DefaultSPAuthnContextMapper
386 return SAML2Utils.isAuthnContextMatching(requestedACClassRefs,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextMapper.java80 public boolean isAuthnContextMatching(List requestedACClassRefs, method in interface:IDPAuthnContextMapper
H A DDefaultIDPAuthnContextMapper.java145 if (isAuthnContextMatching(singleClassRef, tmpClassRef,
268 public boolean isAuthnContextMatching(List requestedACClassRefs, method in class:DefaultIDPAuthnContextMapper
287 return SAML2Utils.isAuthnContextMatching(requestedACClassRefs,
H A DSPAuthnContextMapper.java105 public boolean isAuthnContextMatching(List requestedACClassRefs, method in interface:SPAuthnContextMapper
H A DDefaultSPAuthnContextMapper.java336 (!isAuthnContextMatching(reqCtx.getAuthnContextClassRef(),
380 public boolean isAuthnContextMatching(List requestedACClassRefs, method in class:DefaultSPAuthnContextMapper
386 return SAML2Utils.isAuthnContextMatching(requestedACClassRefs,
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3778 public static boolean isAuthnContextMatching(List requestedACClassRefs, method in class:SAML2Utils
3784 debug.message("SAML2Utils.isAuthnContextMatching: " +
3804 debug.message("SAML2Utils.isAuthnContextMatching: acClassRef = {}, level = {}, comparison = {}",
3818 "isAuthnContextMatching: requstedACClassRef = " +
3839 "isAuthnContextMatching: requstedACClassRef = " +
3860 "isAuthnContextMatching: requstedACClassRef = " +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java3803 public static boolean isAuthnContextMatching(List requestedACClassRefs, method in class:SAML2Utils
3809 debug.message("SAML2Utils.isAuthnContextMatching: " +
3829 debug.message("SAML2Utils.isAuthnContextMatching: acClassRef = {}, level = {}, comparison = {}",
3843 "isAuthnContextMatching: requstedACClassRef = " +
3864 "isAuthnContextMatching: requstedACClassRef = " +
3885 "isAuthnContextMatching: requstedACClassRef = " +

Completed in 95 milliseconds