Package | Description |
---|---|
com.sun.identity.xacml.context |
Defines XACML2 context classes
|
com.sun.identity.xacml.context.impl |
Defines XACML Context implementations.
|
com.sun.identity.xacml.plugins | |
com.sun.identity.xacml.spi |
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 |
Modifier and Type | Method and Description |
---|---|
Action |
FMActionMapper.mapToXACMLAction(String nativeActionName,
String serviceName)
Returns XACML context Action
|
Modifier and Type | Method and Description |
---|---|
String |
FMActionMapper.mapToNativeAction(Action xacmlContextAction,
String serviceName)
Returns native action name
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionMapper.mapToXACMLAction(String nativeActionName,
String serviceName)
Returns XACML context Action
|
Modifier and Type | Method and Description |
---|---|
String |
ActionMapper.mapToNativeAction(Action xacmlContextAction,
String serviceName)
Returns native action name
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.