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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java388 public AMAuthenticationInstance getAuthenticationInstance(String authName) { method in class:AMAuthenticationManager
393 return getAuthenticationInstance(authName, type);
400 private AMAuthenticationInstance getAuthenticationInstance( method in class:AMAuthenticationManager
634 AMAuthenticationInstance instance = getAuthenticationInstance(name, name);
644 AMAuthenticationInstance instance = getAuthenticationInstance(name, type);
680 AMAuthenticationInstance instance = getAuthenticationInstance(name);
752 AMAuthenticationInstance instance = getAuthenticationInstance(name);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java388 public AMAuthenticationInstance getAuthenticationInstance(String authName) { method in class:AMAuthenticationManager
393 return getAuthenticationInstance(authName, type);
400 private AMAuthenticationInstance getAuthenticationInstance( method in class:AMAuthenticationManager
621 AMAuthenticationInstance instance = getAuthenticationInstance(name, name);
631 AMAuthenticationInstance instance = getAuthenticationInstance(name, type);
667 AMAuthenticationInstance instance = getAuthenticationInstance(name);
739 AMAuthenticationInstance instance = getAuthenticationInstance(name);

Completed in 32 milliseconds