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

/libcore/luni/src/main/java/java/security/
H A DPrincipal.java22 * {@code Principal}s are objects which have identities. These can be
25 public interface Principal { interface
27 * Compares the specified object with this {@code Principal} for equality
33 * Principal}.
35 * Principal}, otherwise {@code false}.
40 * Returns the name of this {@code Principal}.
42 * @return the name of this {@code Principal}.
47 * Returns the hash code value for this {@code Principal}. Returns the same
48 * hash code for {@code Principal}s that are equal to each other as
51 * @return the hash code value for this {@code Principal}
[all...]

Completed in 334 milliseconds