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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java25 * $Id: AuthContextLocal.java,v 1.12 2009/05/21 21:57:34 qcheng Exp $
58 * The <code>AuthContextLocal</code> provides the implementation for
86 public final class AuthContextLocal extends Object class in inherits:Object,java.io.Serializable
173 * Creates <code>AuthContextLocal</code> instance is obtained for a given
181 public AuthContextLocal(String orgName) { method in class:AuthContextLocal
182 authDebug.message("AuthContextLocal() constructor called");
209 * Starts the login process for the given <code>AuthContextLocal</code>
220 * Starts the login process for the given <code>AuthContextLocal</code>s
250 * Start the login process for the <code>AuthContextLocal</code> object
266 authDebug.message("AuthContextLocal
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java25 * $Id: AuthContextLocal.java,v 1.12 2009/05/21 21:57:34 qcheng Exp $
59 * The <code>AuthContextLocal</code> provides the implementation for
87 public final class AuthContextLocal extends Object class in inherits:Object,java.io.Serializable
167 * Creates <code>AuthContextLocal</code> instance is obtained for a given
175 public AuthContextLocal(String orgName) { method in class:AuthContextLocal
176 authDebug.message("AuthContextLocal() constructor called");
203 * Starts the login process for the given <code>AuthContextLocal</code>
214 * Starts the login process for the given <code>AuthContextLocal</code>s
244 * Start the login process for the <code>AuthContextLocal</code> object
260 authDebug.message("AuthContextLocal
[all...]

Completed in 29 milliseconds