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 ActionContextFactory. createAction()Returns a new instance ofAction.ActionContextFactory. createAction(String xml)Returns a new instance ofAction.ActionContextFactory. createAction(Element elem)Returns a new instance ofAction.ActionRequest. getAction()Returns the instance ofActionMethods in com.sun.identity.xacml.context with parameters of type Action Modifier and Type Method Description voidRequest. 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 classActionImplTheActionelement specifies information about the action requested in theRequestcontext by listing a sequence ofAttributeelements associated with the action.Methods in com.sun.identity.xacml.context.impl that return Action Modifier and Type Method Description ActionRequestImpl. getAction()Returns the instance ofActionelementMethods in com.sun.identity.xacml.context.impl with parameters of type Action Modifier and Type Method Description voidRequestImpl. setAction(Action argAction)Sets the instance ofAction
-