Sea 0.2.2

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

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

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

Methods in gov.lbl.dsd.sea.nio.auth that return ExtendedProperties
 ExtendedProperties ExtendedProperties.subset(String prefix)
          Create an ExtendedProperties object that is a subset of this one.
static ExtendedProperties ExtendedProperties.convertProperties(Properties props)
          Convert a standard properties class into a configuration class.
 

Methods in gov.lbl.dsd.sea.nio.auth with parameters of type ExtendedProperties
 SmartHostAuthorizationRules SmartHostAuthorizationRules.addRules(String mode, ExtendedProperties properties)
          Reads all rules for the given mode from the given configuration properties and adds them to the current set of rules.
 void ExtendedProperties.combine(ExtendedProperties props)
          Combines an existing Hashtable with this Hashtable.
 

Constructors in gov.lbl.dsd.sea.nio.auth with parameters of type ExtendedProperties
SmartHostAuthorizer(ExtendedProperties properties)
          Creates an authorizer from the configuration properties.
 


Sea 0.2.2