Uses of Interface
org.opensaml.xacml.ctx.ActionType
-
Packages that use ActionType Package Description org.opensaml.xacml.ctx XMLObject interfaces for XACML context schema. -
-
Uses of ActionType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return ActionType Modifier and Type Method Description ActionTypeRequestType. getAction()Gets the action from the request.Methods in org.opensaml.xacml.ctx with parameters of type ActionType Modifier and Type Method Description voidRequestType. setAction(ActionType newAction)Sets the action of the request.
-