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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java25 * $Id: AMLoginContext.java,v 1.24 2009/12/23 20:03:04 mrudul_uchil Exp $
84 * <code>AMLoginContext</code> class is the core layer in the authentication
86 * The <code>AMLoginContext</code> executes pre and post authentication process
89 * <code>AMLoginContext</code> provides a synchronous layer on top of the JAAS
93 * <code>AMLoginContext</code> sets and retrieves the authentication
102 public class AMLoginContext { class
106 * AuthThreadManager associated with this AMLoginContext.
146 * locales. Since we create an AMLoginContext for each user, we can cache
165 System.err.println("AMLoginContext:Set AM config error:" + e.getMessage());
183 System.err.println("AMLoginContext
199 public AMLoginContext(AuthContextLocal authContext) { method in class:AMLoginContext
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java25 * $Id: AMLoginContext.java,v 1.24 2009/12/23 20:03:04 mrudul_uchil Exp $
99 * <code>AMLoginContext</code> class is the core layer in the authentication
101 * The <code>AMLoginContext</code> executes pre and post authentication process
104 * <code>AMLoginContext</code> provides a synchronous layer on top of the JAAS
108 * <code>AMLoginContext</code> sets and retrieves the authentication
117 public class AMLoginContext { class
121 * AuthThreadManager associated with this AMLoginContext.
156 * locales. Since we create an AMLoginContext for each user, we can cache
175 System.err.println("AMLoginContext:Set AM config error:" + e.getMessage());
187 * Creates <code>AMLoginContext</cod
190 public AMLoginContext(AuthContextLocal authContext) { method in class:AMLoginContext
[all...]

Completed in 293 milliseconds