Uses of Interface
org.opensaml.xacml.policy.AttributeSelectorType
Packages that use AttributeSelectorType
-
Uses of AttributeSelectorType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return AttributeSelectorTypeModifier and TypeMethodDescriptionActionMatchType.getAttributeSelector()Gets the attribute selector for this match.EnvironmentMatchType.getAttributeSelector()Gets the attribute selector for this match.ResourceMatchType.getAttributeSelector()Gets the attribute selector for this match.SubjectMatchType.getAttributeSelector()Gets the attribute selector for this match.Methods in org.opensaml.xacml.policy with parameters of type AttributeSelectorTypeModifier and TypeMethodDescriptionvoidActionMatchType.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.