Uses of Interface
org.opensaml.xacml.policy.AttributeSelectorType
Packages that use AttributeSelectorType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
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. -
Uses of AttributeSelectorType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement AttributeSelectorTypeMethods in org.opensaml.xacml.policy.impl that return AttributeSelectorTypeModifier and TypeMethodDescriptionAttributeSelectorTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.AttributeSelectorTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ActionMatchTypeImpl.getAttributeSelector()Gets the attribute selector for this match.EnvironmentMatchTypeImpl.getAttributeSelector()Gets the attribute selector for this match.ResourceMatchTypeImpl.getAttributeSelector()Gets the attribute selector for this match.SubjectMatchTypeImpl.getAttributeSelector()Gets the attribute selector for this match.Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeSelectorTypeModifier and TypeMethodDescriptionvoidActionMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector) Sets the attribute selector for this match.voidEnvironmentMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector) Sets the attribute selector for this match.voidResourceMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector) Sets the attribute selector for this match.voidSubjectMatchTypeImpl.setAttributeSelector(AttributeSelectorType selector) Sets the attribute selector for this match.