Uses of Interface
com.sun.identity.xacml.context.Action
-
Packages that use Action Package Description com.sun.identity.xacml.context Defines XACML2 context classescom.sun.identity.xacml.context.impl Defines XACML Context implementations. -
-
Uses of Action in com.sun.identity.xacml.context
Methods in com.sun.identity.xacml.context that return Action Modifier and Type Method Description Action
ContextFactory. createAction()
Returns a new instance ofAction
.Action
ContextFactory. createAction(String xml)
Returns a new instance ofAction
.Action
ContextFactory. createAction(Element elem)
Returns a new instance ofAction
.Action
Request. getAction()
Returns the instance ofAction
Methods in com.sun.identity.xacml.context with parameters of type Action Modifier and Type Method Description void
Request. setAction(Action action)
Sets the instance ofAction
-
Uses of Action in com.sun.identity.xacml.context.impl
Classes in com.sun.identity.xacml.context.impl that implement Action Modifier and Type Class Description class
ActionImpl
TheAction
element specifies information about the action requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.Methods in com.sun.identity.xacml.context.impl that return Action Modifier and Type Method Description Action
RequestImpl. getAction()
Returns the instance ofAction
elementMethods in com.sun.identity.xacml.context.impl with parameters of type Action Modifier and Type Method Description void
RequestImpl. setAction(Action argAction)
Sets the instance ofAction
-