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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DSolarisPrincipal.java34 * <p> Principals such as this <code>SolarisPrincipal</code>
48 public class SolarisPrincipal implements Principal, java.io.Serializable { class in inherits:Principal,java.io.Serializable
68 * Create a SolarisPrincipal with a Solaris username.
77 public SolarisPrincipal(String name) { method in class:SolarisPrincipal
85 * Return the Unix username for this <code>SolarisPrincipal</code>.
89 * @return the Unix username for this <code>SolarisPrincipal</code>
96 * Return a string representation of this <code>SolarisPrincipal</code>.
100 * @return a string representation of this <code>SolarisPrincipal</code>.
103 return(rb.getString("SolarisPrincipal.") + name);
107 * Compares the specified Object with this <code>SolarisPrincipal</cod
[all...]

Completed in 33 milliseconds