Uses of Interface
com.sun.identity.xacml.context.Action
Package
Description
Defines XACML2 context classes
Defines XACML Context implementations.
-
Uses of Action in com.sun.identity.xacml.context
Modifier and TypeMethodDescriptionContextFactory.createAction()
Returns a new instance ofAction
.ContextFactory.createAction
(String xml) Returns a new instance ofAction
.ContextFactory.createAction
(Element elem) Returns a new instance ofAction
.Request.getAction()
Returns the instance ofAction
-
Uses of Action in com.sun.identity.xacml.context.impl
Modifier and TypeClassDescriptionclass
TheAction
element specifies information about the action requested in theRequest
context by listing a sequence ofAttribute
elements associated with the action.