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

/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java37 * <p>An IdentityScope can contain Identity objects of all kinds, including
66 class IdentityScope extends Identity { class in inherits:Identity
71 private static IdentityScope scope;
102 protected IdentityScope() { method in class:IdentityScope
111 public IdentityScope(String name) { method in class:IdentityScope
124 public IdentityScope(String name, IdentityScope scope) method in class:IdentityScope
137 public static IdentityScope getSystemScope() {
162 protected static void setSystemScope(IdentityScope scope) {
164 IdentityScope
[all...]

Completed in 63 milliseconds