Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
Modifier and Type | Method and Description |
---|---|
Action |
ContextFactory.createAction()
Returns a new instance of
Action . |
Action |
ContextFactory.createAction(Element elem)
Returns a new instance of
Action . |
Action |
ContextFactory.createAction(String xml)
Returns a new instance of
Action . |
Action |
Request.getAction()
Returns the instance of
Action |
Modifier and Type | Method and Description |
---|---|
void |
Request.setAction(Action action)
Sets the instance of
Action |
Modifier and Type | Class and Description |
---|---|
class |
ActionImpl
The
Action element specifies information about the
action requested in the Request context by listing a
sequence of Attribute elements associated with the
action. |
Modifier and Type | Method and Description |
---|---|
Action |
RequestImpl.getAction()
Returns the instance of
Action element |
Modifier and Type | Method and Description |
---|---|
void |
RequestImpl.setAction(Action argAction)
Sets the instance of
Action |
Copyright © 2010-2018, ForgeRock All Rights Reserved.