Sea 0.4.0

Uses of Class
gov.lbl.dsd.sea.nio.auth.SmartHostAuthorizationRules

Packages that use SmartHostAuthorizationRules
gov.lbl.dsd.sea.nio.auth Utilities used for remote host authorization (allow/deny style). 
 

Uses of SmartHostAuthorizationRules in gov.lbl.dsd.sea.nio.auth
 

Methods in gov.lbl.dsd.sea.nio.auth that return SmartHostAuthorizationRules
 SmartHostAuthorizationRules SmartHostAuthorizationRules.addHost(String host)
          Adds the given host or pattern to the set of rules.
 SmartHostAuthorizationRules SmartHostAuthorizationRules.addRegex(String regex)
          Adds the given regular expression on "hostName/IPaddress" to the set of rules.
 


Sea 0.4.0