Home | History | Annotate | Download | only in security

Lines Matching defs:scope

75      * check that void IdentityScope(String, IdentityScope) creates instance with given name and within given scope
78 IdentityScope scope = new IdentityScopeStub("my scope");
79 is = new IdentityScopeStub("Aleksei Semenov", scope);
82 assertEquals(scope.getName(), is.getScope().getName());
89 // There is no default system scope installed.
90 String name = Security.getProperty("system.scope");
92 IdentityScope scope = IdentityScope.getSystemScope();
93 assertNull(scope);
102 // default implementation is specified by security property system.scope