Searched refs:authName (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthenticationManager.java | 384 * @param authName Authentication instance name. 388 public AMAuthenticationInstance getAuthenticationInstance(String authName) { argument 389 String type = getAuthInstanceType(authName); 393 return getAuthenticationInstance(authName, type); 401 String authName, 404 if (GLOBAL_MODULE_NAMES.contains(authName)) { 405 return new AMAuthenticationInstance(authName, type, null, null); 441 if (authName.equals(type) 444 && service.getSubConfig(authName) == null) { 447 service = service.getSubConfig(authName); 400 getAuthenticationInstance( String authName, String type) argument 495 getAuthInstanceType(String authName) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/ |
H A D | AMAuthenticationManager.java | 384 * @param authName Authentication instance name. 388 public AMAuthenticationInstance getAuthenticationInstance(String authName) { argument 389 String type = getAuthInstanceType(authName); 393 return getAuthenticationInstance(authName, type); 401 String authName, 404 if (GLOBAL_MODULE_NAMES.contains(authName)) { 405 return new AMAuthenticationInstance(authName, type, null, null); 441 if (authName.equals(type) 444 && service.getSubConfig(authName) == null) { 447 service = service.getSubConfig(authName); 400 getAuthenticationInstance( String authName, String type) argument 495 getAuthInstanceType(String authName) argument [all...] |
Completed in 181 milliseconds