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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredSocialAuthServices.java55 AMAuthenticationManager authMgr;
57 authMgr = new AMAuthenticationManager(adminToken, realm);
69 if (getType(authMgr, chain[i]).equals(OAUTH2_TYPE)) {
87 private String getType(AMAuthenticationManager authMgr, AppConfigurationEntry appConfigurationEntry) { argument
88 return authMgr.getAuthInstanceType(appConfigurationEntry.getLoginModuleName());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredSocialAuthServices.java57 AMAuthenticationManager authMgr;
59 authMgr = new AMAuthenticationManager(adminToken, realm);
72 if (OAUTH2_TYPE.equals(getType(authMgr, entry))) {
89 private String getType(AMAuthenticationManager authMgr, AppConfigurationEntry appConfigurationEntry) { argument
90 return authMgr.getAuthInstanceType(appConfigurationEntry.getLoginModuleName());

Completed in 25 milliseconds