Searched refs:identities (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java33 * <p>This class represents a scope for identities. It is an Identity
44 * <p>There is a one-to-one mapping between keys and identities, and
168 * Returns the number of identities within this identity scope.
170 * @return the number of identities within this identity scope.
180 * no identities named <code>name</code> in this scope.
192 * principal, or null if there are no identities of the same name
205 * no identities in this scope with that key.
233 * Returns an enumeration of all identities in this identity scope.
235 * @return an enumeration of all identities in this identity scope.
237 public abstract Enumeration<Identity> identities(); method in class:IdentityScope
[all...]
/openjdk7/jdk/test/java/security/Identity/
H A DEqualsHashCodeContract.java141 public java.util.Enumeration identities() { method in class:MyIdentityScope

Completed in 30 milliseconds