Uses of Interface
org.opensaml.xacml.policy.ActionsType
Packages that use ActionsType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ActionsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return ActionsTypeMethods in org.opensaml.xacml.policy with parameters of type ActionsTypeModifier and TypeMethodDescriptionvoidTargetType.setActions(ActionsType actions) Sets the actions in the target. -
Uses of ActionsType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ActionsTypeFields in org.opensaml.xacml.policy.impl declared as ActionsTypeModifier and TypeFieldDescriptionprivate ActionsTypeTargetTypeImpl.actionsThe actions in the policy.Methods in org.opensaml.xacml.policy.impl that return ActionsTypeModifier and TypeMethodDescriptionActionsTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.ActionsTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TargetTypeImpl.getActions()Gets the actions of this target.Methods in org.opensaml.xacml.policy.impl with parameters of type ActionsTypeModifier and TypeMethodDescriptionvoidTargetTypeImpl.setActions(ActionsType newActions) Sets the actions in the target.