Uses of Interface
org.opensaml.xacml.ctx.ActionType
Packages that use ActionType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of ActionType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return ActionTypeMethods in org.opensaml.xacml.ctx with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
RequestType.setAction
(ActionType newAction) Sets the action of the request. -
Uses of ActionType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement ActionTypeFields in org.opensaml.xacml.ctx.impl declared as ActionTypeModifier and TypeFieldDescriptionprivate ActionType
RequestTypeImpl.action
The action of the request.Methods in org.opensaml.xacml.ctx.impl that return ActionTypeModifier and TypeMethodDescriptionActionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.ActionTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RequestTypeImpl.getAction()
Gets the action from the request.Methods in org.opensaml.xacml.ctx.impl with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
RequestTypeImpl.setAction
(ActionType act) Sets the action of the request.