public class Action extends ActionType implements Action
Action element in SAML core assertion.
The Action Element specifies an action on specified resource for which
permission is sought.| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
namespace, value| Constructor and Description |
|---|
Action(ActionType actionType) |
Action(Element element)
Constructs an action element from an existing XML block.
|
Action(String namespace,
String action)
Convenience constructor of
Action |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getValue()
Gets the value of the value property.
|
setNamespace, setValueprotected static final Logger log
public Action(Element element)
element - representing a DOM tree element.SAMLException - if there is an error in the sender or in
the element definition.public Action(String namespace, String action)
Actionnamespace - The attribute "namespace" of
Action elementaction - A String representing an actionSAMLException - if there is an error in the sender or in
the element definition.public Action(ActionType actionType)
public String getValue()
ActionTypegetValue in interface ActiongetValue in class ActionTypeStringpublic String getNamespace()
ActionTypegetNamespace in interface ActiongetNamespace in class ActionTypeStringCopyright © 2005–2018 Oracle Corporation. All rights reserved.