Searched defs:AuthContext (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java25 * $Id: AuthContext.java,v 1.10 2009/01/28 05:34:52 ww203982 Exp $
63 * The AuthContext provides the implementation for authenticating users using
83 public final class AuthContext extends Object { class in inherits:Object
164 // overall, AuthContext is a "conduit" between the application and the
166 // those two endpoints; AuthContext just passes the Subject that contains
172 * <code>AuthContext</code>. Caller would then use
180 public AuthContext() throws LoginException { method in class:AuthContext
199 public AuthContext(Principal principal, char[] password) method in class:AuthContext
208 public AuthContext(Principal principal, char[] password, String hostname, method in class:AuthContext
231 public AuthContext(Strin method in class:AuthContext
333 protected AuthContext(String orgName, AuthSubject subject) method in class:AuthContext
441 public AuthContext(String orgName) throws LoginException { method in class:AuthContext
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java25 * $Id: AuthContext.java,v 1.10 2009/01/28 05:34:52 ww203982 Exp $
63 * The AuthContext provides the implementation for authenticating users using
83 public final class AuthContext extends Object { class in inherits:Object
164 // overall, AuthContext is a "conduit" between the application and the
166 // those two endpoints; AuthContext just passes the Subject that contains
172 * <code>AuthContext</code>. Caller would then use
180 public AuthContext() throws LoginException { method in class:AuthContext
199 public AuthContext(Principal principal, char[] password) method in class:AuthContext
208 public AuthContext(Principal principal, char[] password, String hostname, method in class:AuthContext
231 public AuthContext(Strin method in class:AuthContext
333 protected AuthContext(String orgName, AuthSubject subject) method in class:AuthContext
441 public AuthContext(String orgName) throws LoginException { method in class:AuthContext
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java25 * $Id: AuthContext.java,v 1.25 2009/11/21 01:12:59 qcheng Exp $
89 * The <code>AuthContext</code> provides the implementation for
112 public class AuthContext extends Object implements java.io.Serializable { class in inherits:Object,java.io.Serializable
188 * Constructs an instance of <code>AuthContext</code> for a given
201 * @throws AuthLoginException if <code>AuthContext</code> creation fails.
206 public AuthContext(String orgName) throws AuthLoginException { method in class:AuthContext
211 * Constructs an instance of <code>AuthContext</code> for a given
229 * @throws AuthLoginException if <code>AuthContext</code> creation fails.
234 public AuthContext(String orgName, URL url) throws AuthLoginException { method in class:AuthContext
240 * Constructs an instance of <code>AuthContext</cod
266 public AuthContext(String orgName, String nickName) method in class:AuthContext
302 public AuthContext(String orgName, String nickName, URL url) method in class:AuthContext
337 public AuthContext(SSOToken ssoToken) throws AuthLoginException { method in class:AuthContext
372 public AuthContext(SSOToken ssoToken, boolean forceAuth) throws method in class:AuthContext
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java25 * $Id: AuthContext.java,v 1.25 2009/11/21 01:12:59 qcheng Exp $
89 * The <code>AuthContext</code> provides the implementation for
112 public class AuthContext extends Object implements java.io.Serializable { class in inherits:Object,java.io.Serializable
188 * Constructs an instance of <code>AuthContext</code> for a given
201 * @throws AuthLoginException if <code>AuthContext</code> creation fails.
206 public AuthContext(String orgName) throws AuthLoginException { method in class:AuthContext
211 * Constructs an instance of <code>AuthContext</code> for a given
229 * @throws AuthLoginException if <code>AuthContext</code> creation fails.
234 public AuthContext(String orgName, URL url) throws AuthLoginException { method in class:AuthContext
240 * Constructs an instance of <code>AuthContext</cod
266 public AuthContext(String orgName, String nickName) method in class:AuthContext
302 public AuthContext(String orgName, String nickName, URL url) method in class:AuthContext
337 public AuthContext(SSOToken ssoToken) throws AuthLoginException { method in class:AuthContext
372 public AuthContext(SSOToken ssoToken, boolean forceAuth) throws method in class:AuthContext
[all...]

Completed in 38 milliseconds