Uses of Interface
org.opensaml.xacml.policy.ResourceMatchType
Packages that use ResourceMatchType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ResourceMatchType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type ResourceMatchTypeModifier and TypeMethodDescriptionResourceType.getResourceMatches()
Gets the resource matches for this action. -
Uses of ResourceMatchType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ResourceMatchTypeFields in org.opensaml.xacml.policy.impl with type parameters of type ResourceMatchTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ResourceMatchType>
ResourceTypeImpl.resourceMatch
List of resource matches.Methods in org.opensaml.xacml.policy.impl that return ResourceMatchTypeModifier and TypeMethodDescriptionResourceMatchTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResourceMatchTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ResourceMatchTypeModifier and TypeMethodDescriptionResourceTypeImpl.getResourceMatches()
Gets the resource matches for this action.