Searched defs:authnCtxClassName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2480 * @param authnCtxClassName Service Provider AuthnContext Mapper Class Name.
2485 String authnCtxClassName) {
2494 + authnCtxClassName);
2496 if ((spAuthnCtx == null) && ((authnCtxClassName != null) &&
2497 (authnCtxClassName.length() != 0))) {
2501 Class.forName(authnCtxClassName).newInstance();
2483 getSPAuthnContextMapper( String realm, String hostEntityID, String authnCtxClassName) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java2505 * @param authnCtxClassName Service Provider AuthnContext Mapper Class Name.
2510 String authnCtxClassName) {
2519 + authnCtxClassName);
2521 if ((spAuthnCtx == null) && ((authnCtxClassName != null) &&
2522 (authnCtxClassName.length() != 0))) {
2526 Class.forName(authnCtxClassName).newInstance();
2508 getSPAuthnContextMapper( String realm, String hostEntityID, String authnCtxClassName) argument

Completed in 55 milliseconds