deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.security.owsproxy.Condition

Packages that use Condition
org.deegree.security.owsproxy   
org.deegree.security.owsrequestvalidator   
org.deegree.security.owsrequestvalidator.csw   
org.deegree.security.owsrequestvalidator.wfs   
org.deegree.security.owsrequestvalidator.wms   
 

Uses of Condition in org.deegree.security.owsproxy
 

Methods in org.deegree.security.owsproxy that return Condition
 Condition Request.getPostConditions()
          returns the post-condition assigned to a request.
 Condition Request.getPreConditions()
          returns the pre-condition assigned to a request.
 

Methods in org.deegree.security.owsproxy with parameters of type Condition
 void Request.setPostConditions(Condition condition)
          sets the post-condition of a Request
 void Request.setPreConditions(Condition condition)
          sets the pre-condition of a Request
 

Constructors in org.deegree.security.owsproxy with parameters of type Condition
Request(String service, String name, Condition preConditions, Condition postConditions)
           
 

Uses of Condition in org.deegree.security.owsrequestvalidator
 

Methods in org.deegree.security.owsrequestvalidator that return Condition
 Condition Policy.getGeneralCondition()
          returns the general conditions that must be fullfilled by a request
 Condition OWSValidator.getGeneralCondtion()
          returns the general condition assigned to the encapsulated policy
 

Methods in org.deegree.security.owsrequestvalidator with parameters of type Condition
protected  void RequestValidator.validateExceptions(Condition condition, String exceptions)
          checks if the passed exceptions format is valid against the exceptions formats defined in the policy.
protected  void RequestValidator.validateVersion(Condition condition, String version)
           
 

Constructors in org.deegree.security.owsrequestvalidator with parameters of type Condition
GeneralPolicyValidator(Condition generalCondition)
           
Policy(SecurityConfig securityConfig, Condition generalCondition, Request[] requests)
           
 

Uses of Condition in org.deegree.security.owsrequestvalidator.csw
 

Methods in org.deegree.security.owsrequestvalidator.csw with parameters of type Condition
 void AbstractCSWRequestValidator.validateRecordTypes(Condition condition, String[] typeNames)
          validates the requested record type / outputTypeRec.
 

Uses of Condition in org.deegree.security.owsrequestvalidator.wfs
 

Methods in org.deegree.security.owsrequestvalidator.wfs with parameters of type Condition
protected  void AbstractWFSRequestValidator.validateFeatureTypes(Condition condition, String[] featureTypes)
          validates if the requested info featuretypes are valid against the policy/condition.
 

Uses of Condition in org.deegree.security.owsrequestvalidator.wms
 

Methods in org.deegree.security.owsrequestvalidator.wms with parameters of type Condition
protected  void AbstractWMSRequestValidator.validateFormat(Condition condition, String format)
          checks if the passed format is valid against the formats defined in the policy.
protected  void AbstractWMSRequestValidator.validateMaxHeight(Condition condition, int height)
          checks if the passed height is > 0 and if it's valid against the maxHeight defined in the policy.
protected  void AbstractWMSRequestValidator.validateMaxWidth(Condition condition, int width)
          checks if the passed width is > 0 and if it's valid against the maxWidth defined in the policy.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org