Searched refs:LoginContext (Results 26 - 37 of 37) sorted by relevance

12

/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DSASLContext.java42 import javax.security.auth.login.LoginContext;
573 void performAuthentication(final LoginContext loginContext,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DSASLContext.java39 import javax.security.auth.login.LoginContext;
546 void performAuthentication(final LoginContext loginContext,
/forgerock/openam-v13/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java63 import javax.security.auth.login.LoginContext;
628 LoginContext lc = new LoginContext(
/forgerock/openam/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java63 import javax.security.auth.login.LoginContext;
628 LoginContext lc = new LoginContext(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java2000 javax.security.auth.login.LoginContext) {
2001 javax.security.auth.login.LoginContext lc =
2002 (javax.security.auth.login.LoginContext)
2006 com.sun.identity.authentication.jaas.LoginContext
2008 LoginContext) loginContext;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java56 import javax.security.auth.login.LoginContext;
2845 LoginContext loginContext;
2848 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java55 import javax.security.auth.login.LoginContext;
2844 LoginContext loginContext;
2847 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java56 import javax.security.auth.login.LoginContext;
2845 LoginContext loginContext;
2848 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java56 import javax.security.auth.login.LoginContext;
2845 LoginContext loginContext;
2848 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java55 import javax.security.auth.login.LoginContext;
2844 LoginContext loginContext;
2847 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java53 import javax.security.auth.login.LoginContext;
2697 LoginContext loginContext;
2700 loginContext = new LoginContext(getClass().getName(), this);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java61 import org.forgerock.openam.authentication.service.LoginContext;
112 * <code>LoginContext</code> object with the JAAS configuration name and the
114 * <code>LoginContext::login()</code> method.
130 private LoginContext loginContext;
232 * a new LoginContext and starts login process and returns. On error
405 * Create the LoginContext object that actually handles login/logout
461 debug.error("in creating LoginContext.");
481 debug.error("security in creating LoginContext.");

Completed in 97 milliseconds

12