Uses of Interface
org.opensaml.xacml.policy.AttributeSelectorType
-
Packages that use AttributeSelectorType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of AttributeSelectorType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return AttributeSelectorType Modifier and Type Method Description AttributeSelectorTypeActionMatchType. getAttributeSelector()Gets the attribute selector for this match.AttributeSelectorTypeEnvironmentMatchType. getAttributeSelector()Gets the attribute selector for this match.AttributeSelectorTypeResourceMatchType. getAttributeSelector()Gets the attribute selector for this match.AttributeSelectorTypeSubjectMatchType. getAttributeSelector()Gets the attribute selector for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeSelectorType Modifier and Type Method Description voidActionMatchType. setAttributeSelector(AttributeSelectorType selector)Sets the attribute selector for this match.voidEnvironmentMatchType. setAttributeSelector(AttributeSelectorType selector)Sets the attribute selector for this match.voidResourceMatchType. setAttributeSelector(AttributeSelectorType selector)Sets the attribute selector for this match.voidSubjectMatchType. setAttributeSelector(AttributeSelectorType selector)Sets the attribute selector for this match.
-