QuickServer
v1.4.7

Uses of Class
org.quickserver.util.xmlreader.AccessConstraintConfig

Packages that use AccessConstraintConfig
org.quickserver.net.server Contains all of the classes for creating QuickServer. 
org.quickserver.util.xmlreader Classes for reading XML and storing the configuration. 
 

Uses of AccessConstraintConfig in org.quickserver.net.server
 

Methods in org.quickserver.net.server that return AccessConstraintConfig
 AccessConstraintConfig QuickServer.getAccessConstraintConfig()
          Returns Access constraints if present else null.
 

Methods in org.quickserver.net.server with parameters of type AccessConstraintConfig
 void QuickServer.setAccessConstraintConfig(AccessConstraintConfig accessConstraintConfig)
          Sets the Access constraints
 

Uses of AccessConstraintConfig in org.quickserver.util.xmlreader
 

Methods in org.quickserver.util.xmlreader that return AccessConstraintConfig
 AccessConstraintConfig BasicServerConfig.getAccessConstraintConfig()
          Returns Access constraints if present else null.
 

Methods in org.quickserver.util.xmlreader with parameters of type AccessConstraintConfig
 void BasicServerConfig.setAccessConstraintConfig(AccessConstraintConfig accessConstraintConfig)
          Sets the Access constraints
 


QuickServer
v1.4.7

Copyright © 2003-2006 QuickServer.org