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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthPrincipal.java25 * $Id: AuthPrincipal.java,v 1.3 2008/06/25 05:41:53 qcheng Exp $
38 * Principals such as this <code>AuthPrincipal</code> may be associated with a
49 public class AuthPrincipal extends AuthSPrincipal { class in inherits:AuthSPrincipal
52 * Create an <code>AuthPrincipal</code> with a user name.
61 public AuthPrincipal(String name) { method in class:AuthPrincipal
66 * Return the user name for this <code>AuthPrincipal</code>.
68 * @return the user name for this <code>AuthPrincipal</code>
77 * Return the AuthMethod for this <code>AuthPrincipal</code>.
79 * @return the AuthMethod for this <code>AuthPrincipal</code>
86 * Return the AuthLevel for this <code>AuthPrincipal</cod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthPrincipal.java25 * $Id: AuthPrincipal.java,v 1.3 2008/06/25 05:41:53 qcheng Exp $
38 * Principals such as this <code>AuthPrincipal</code> may be associated with a
49 public class AuthPrincipal extends AuthSPrincipal { class in inherits:AuthSPrincipal
52 * Create an <code>AuthPrincipal</code> with a user name.
61 public AuthPrincipal(String name) { method in class:AuthPrincipal
66 * Return the user name for this <code>AuthPrincipal</code>.
68 * @return the user name for this <code>AuthPrincipal</code>
77 * Return the AuthMethod for this <code>AuthPrincipal</code>.
79 * @return the AuthMethod for this <code>AuthPrincipal</code>
86 * Return the AuthLevel for this <code>AuthPrincipal</cod
[all...]

Completed in 1332 milliseconds