public class Action extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ActionImpl implements Action
Action element in SAML core assertion.
The Action Element specifies an action on specified resource for which
permission is sought.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ActionImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
version_Namespace, _Value| Constructor and Description |
|---|
Action(com.sun.xml.wss.saml.internal.saml11.jaxb10.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.
|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIssetNamespace, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNamespace, 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(com.sun.xml.wss.saml.internal.saml11.jaxb10.ActionType actionType)
public String getValue()
ActiongetValue in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.ActionTypegetValue in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ActionTypeImplStringpublic String getNamespace()
ActiongetNamespace in interface com.sun.xml.wss.saml.internal.saml11.jaxb10.ActionTypegetNamespace in class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.ActionTypeImplStringCopyright © 2005–2017 Oracle Corporation. All rights reserved.