OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testprincipal
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java
64
principals = new Principal[] { new
TestPrincipal
("0"),
65
new
TestPrincipal
("1"), new
TestPrincipal
("2"),
66
new
TestPrincipal
("3"), new
TestPrincipal
("4"), };
213
private static class
TestPrincipal
implements Principal {
216
TestPrincipal
(String name) {
221
return "
TestPrincipal
: " + name;
Completed in 38 milliseconds