|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.security.AuthenticationPermission.Data
private static final class AuthenticationPermission.Data
Internal structure to work around the fact that you can't do computation on this prior to calling super() in a constructor.
Field Summary | |
---|---|
(package private) String[] |
me
The parsed elements of the local principals. |
(package private) String |
name
The target name. |
(package private) String[] |
peer
The parsed elements of the peer principals. |
Constructor Summary | |
---|---|
AuthenticationPermission.Data()
Simple constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
String name
String[] me
String[] peer
Constructor Detail |
---|
AuthenticationPermission.Data()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |