|
||||||||||
| 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 |
|---|
| Classes in org.opensaml.xacml.ctx.impl that implement ActionType | |
|---|---|
class |
ActionTypeImpl
Concrete implementation of ActionType. |
| 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(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 | |||||||||