| Package | Description |
|---|---|
| org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
| org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
| 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)
Creates an XMLObject with a given fully qualified name.
|
ActionType |
RequestTypeImpl.getAction()
Gets the action from the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTypeImpl.setAction(ActionType act)
Sets the action of the request.
|
Copyright © 2021. All rights reserved.