net.jini.security
Class AuthenticationPermission.Data

java.lang.Object
  extended by net.jini.security.AuthenticationPermission.Data
Enclosing class:
AuthenticationPermission

private static final class AuthenticationPermission.Data
extends Object

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

name

String name
The target name.


me

String[] me
The parsed elements of the local principals.


peer

String[] peer
The parsed elements of the peer principals.

Constructor Detail

AuthenticationPermission.Data

AuthenticationPermission.Data()
Simple constructor.



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.