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

/libcore/ojluni/src/main/java/java/security/
H A DIdentityScope.java38 * <p>An IdentityScope can contain Identity objects of all kinds, including
67 class IdentityScope extends Identity { class in inherits:Identity
72 private static IdentityScope scope;
90 scope = (IdentityScope) Class.forName(classname).newInstance();
103 protected IdentityScope() { method in class:IdentityScope
112 public IdentityScope(String name) { method in class:IdentityScope
125 public IdentityScope(String name, IdentityScope scope) method in class:IdentityScope
138 public static IdentityScope getSystemScope() {
163 protected static void setSystemScope(IdentityScope scop
[all...]

Completed in 64 milliseconds