JBoss port of sunxacml 2.0.5

Uses of Class
org.jboss.security.xacml.sunxacml.VersionConstraints

Packages that use VersionConstraints
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.finder The finder package supports all of the pieces of the XACML specification that require custom implementation. 
org.jboss.security.xacml.sunxacml.support.finder   
 

Uses of VersionConstraints in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return VersionConstraints
 VersionConstraints PolicyReference.getConstraints()
          Returns the version constraints associated with this reference.
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type VersionConstraints
PolicyReference(URI reference, int policyType, VersionConstraints constraints, PolicyFinder finder, PolicyMetaData parentMetaData)
          Creates a new PolicyReference instance with version constraints.
 

Uses of VersionConstraints in org.jboss.security.xacml.sunxacml.finder
 

Methods in org.jboss.security.xacml.sunxacml.finder with parameters of type VersionConstraints
 PolicyFinderResult PolicyFinder.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Finds a policy based on an id reference.
 PolicyFinderResult PolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Tries to find one and only one matching policy given the idReference If more than one policy is found, this is an error and must be reported as such.
 

Uses of VersionConstraints in org.jboss.security.xacml.sunxacml.support.finder
 

Methods in org.jboss.security.xacml.sunxacml.support.finder with parameters of type VersionConstraints
 PolicyFinderResult StaticRefPolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Attempts to find a policy by reference, based on the provided parameters.
 PolicyFinderResult BasicPolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Attempts to find a policy by reference, based on the provided parameters.
 PolicyFinderResult URLPolicyFinderModule.findPolicy(URI idReference, int type, VersionConstraints constraints, PolicyMetaData parentMetaData)
          Attempts to find a policy by reference, based on the provided parameters.
 AbstractPolicy PolicyCollection.getPolicy(String identifier, int type, VersionConstraints constraints)
          Attempts to retrieve a policy based on the given identifier and other constraints.
 


JBoss port of sunxacml 2.0.5

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.