|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionType | |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl | |
| Uses of ActionType in org.opensaml.xacml.ctx |
|---|
| Methods in org.opensaml.xacml.ctx that return ActionType | |
|---|---|
ActionType |
RequestType.getAction()
Gets the action from the request. |
| Methods in org.opensaml.xacml.ctx with parameters of type ActionType | |
|---|---|
void |
RequestType.setAction(ActionType newAction)
Sets the action of the request. |
| Uses of ActionType in org.opensaml.xacml.ctx.impl |
|---|
| Fields in org.opensaml.xacml.ctx.impl declared as ActionType | |
|---|---|
private ActionType |
RequestTypeImpl.action
The action of the request. |
| Methods in org.opensaml.xacml.ctx.impl that return ActionType | |
|---|---|
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. |
| Methods in org.opensaml.xacml.ctx.impl with parameters of type ActionType | |
|---|---|
void |
RequestTypeImpl.setAction(ActionType action)
Sets the action of the request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||