org.cdlib.xtf.dynaXML
Class Authenticator.AuthSpec

Object
  extended by Authenticator.AuthSpec
Direct Known Subclasses:
Authenticator.AllAuthSpec, Authenticator.ExternalAuthSpec, Authenticator.IPAuthSpec, Authenticator.LdapAuthSpec
Enclosing class:
Authenticator

private class Authenticator.AuthSpec
extends Object

Holds information on a particular authorization specification


Field Summary
(package private)  int access
           
static int ACCESS_ALLOW
           
static int ACCESS_DENY
           
(package private)  int type
           
static int TYPE_ALL
           
static int TYPE_EXTERNAL
           
static int TYPE_IP
           
static int TYPE_LDAP
           
 
Constructor Summary
private Authenticator.AuthSpec()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCESS_DENY

public static final int ACCESS_DENY
See Also:
Constant Field Values

ACCESS_ALLOW

public static final int ACCESS_ALLOW
See Also:
Constant Field Values

TYPE_ALL

public static final int TYPE_ALL
See Also:
Constant Field Values

TYPE_IP

public static final int TYPE_IP
See Also:
Constant Field Values

TYPE_LDAP

public static final int TYPE_LDAP
See Also:
Constant Field Values

TYPE_EXTERNAL

public static final int TYPE_EXTERNAL
See Also:
Constant Field Values

access

int access

type

int type
Constructor Detail

Authenticator.AuthSpec

private Authenticator.AuthSpec()