org.cdlib.xtf.dynaXML
Class Authenticator.IPAuthSpec

Object
  extended by Authenticator.AuthSpec
      extended by Authenticator.IPAuthSpec
Enclosing class:
Authenticator

private class Authenticator.IPAuthSpec
extends Authenticator.AuthSpec

Allow or deny based on whether requestor's IP address is in the specified list.


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

Field Detail

ipList

String ipList
Constructor Detail

Authenticator.IPAuthSpec

private Authenticator.IPAuthSpec()