org.cdlib.xtf.dynaXML
Class Authenticator.AuthSpec
Object
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
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Authenticator.AuthSpec
private Authenticator.AuthSpec()