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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java136 private static SsoServerAuthSvcImpl authImpl; field in class:AMLoginContext
169 authImpl = Agent.getAuthSvcMBean();
335 if (authImpl == null) {
336 authImpl = Agent.getAuthSvcMBean();
338 if (authImpl != null) {
339 authImpl.incSsoServerAuthenticationFailureCount();
346 if (authImpl == null) {
347 authImpl = Agent.getAuthSvcMBean();
349 if (authImpl != null) {
350 authImpl
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java146 private static SsoServerAuthSvcImpl authImpl; field in class:AMLoginContext
179 authImpl = Agent.getAuthSvcMBean();
356 if (authImpl == null) {
357 authImpl = Agent.getAuthSvcMBean();
359 if (authImpl != null) {
360 authImpl.incSsoServerAuthenticationFailureCount();
367 if (authImpl == null) {
368 authImpl = Agent.getAuthSvcMBean();
370 if (authImpl != null) {
371 authImpl
[all...]

Completed in 1190 milliseconds