Uses of Interface
org.opensaml.xacml.policy.ActionMatchType
Packages that use ActionMatchType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ActionMatchType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type ActionMatchTypeModifier and TypeMethodDescriptionActionType.getActionMatches()Gets the action matches for this action. -
Uses of ActionMatchType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ActionMatchTypeFields in org.opensaml.xacml.policy.impl with type parameters of type ActionMatchTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ActionMatchType>ActionTypeImpl.actionMatchList of action matches.Methods in org.opensaml.xacml.policy.impl that return ActionMatchTypeModifier and TypeMethodDescriptionActionMatchTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ActionMatchTypeImplBuilder.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 ActionMatchTypeModifier and TypeMethodDescriptionActionTypeImpl.getActionMatches()Gets the action matches for this action.