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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DUserPrincipal.java25 * $Id: UserPrincipal.java,v 1.2 2008/06/25 05:42:05 qcheng Exp $
40 public class UserPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
44 * Creates <code>UserPrincipal</code> object.
47 public UserPrincipal (String name) { method in class:UserPrincipal
55 * Return the user name for this <code>UserPrincipal</code>.
57 * @return the user name for this <code>UserPrincipal</code>.
64 * Returns a string representation of this <code>UserPrincipal</code>.
66 * @return a string representation of this <code>UserPrincipal</code>.
69 return("UserPrincipal: " + name);
79 * <code>UserPrincipal</cod
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DUserPrincipal.java25 * $Id: UserPrincipal.java,v 1.2 2008/06/25 05:42:05 qcheng Exp $
40 public class UserPrincipal implements Principal, Serializable { class in inherits:Principal,Serializable
44 * Creates <code>UserPrincipal</code> object.
47 public UserPrincipal (String name) { method in class:UserPrincipal
55 * Return the user name for this <code>UserPrincipal</code>.
57 * @return the user name for this <code>UserPrincipal</code>.
64 * Returns a string representation of this <code>UserPrincipal</code>.
66 * @return a string representation of this <code>UserPrincipal</code>.
69 return("UserPrincipal: " + name);
79 * <code>UserPrincipal</cod
[all...]

Completed in 20 milliseconds