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

/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKerberosPrincipal.java42 public final class KerberosPrincipal class in inherits:java.security.Principal,java.io.Serializable
94 * Constructs a KerberosPrincipal from the provided string input. The
117 public KerberosPrincipal(String name) { method in class:KerberosPrincipal
133 * Constructs a KerberosPrincipal from the provided string and
160 public KerberosPrincipal(String name, int nameType) { method in class:KerberosPrincipal
191 * @return a hashCode() for the <code>KerberosPrincipal</code>
200 * <code>KerberosPrincipal</code> and the two
201 * <code>KerberosPrincipal</code> instances are equivalent.
202 * More formally two <code>KerberosPrincipal</code> instances are equal
215 if (! (other instanceof KerberosPrincipal)) {
[all...]

Completed in 29 milliseconds