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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java118 private static Set authnMechs = null; field in class:DiscoServiceManager
182 return authnMechs;
320 authnMechs = (Set) attrsMap.get(ATTR_SUPPORTED_AUTHN_MECHS);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/common/
H A DDiscoServiceManager.java118 private static Set authnMechs = null; field in class:DiscoServiceManager
182 return authnMechs;
320 authnMechs = (Set) attrsMap.get(ATTR_SUPPORTED_AUTHN_MECHS);

Completed in 28 milliseconds