| Package | Description |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
RequestType.getAction()
Gets the action from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestType.setAction(ActionType newAction)
Sets the action of the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTypeImpl
Concrete implementation of
ActionType. |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ActionType |
ActionTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
ActionType |
RequestTypeImpl.getAction()
Gets the action from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTypeImpl.setAction(ActionType action)
Sets the action of the request.
|
Copyright © 1999–2015. All rights reserved.