com.sun.xml.wss.saml.assertion.saml11.jaxb20
Class Action
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.ActionType
com.sun.xml.wss.saml.assertion.saml11.jaxb20.Action
- All Implemented Interfaces:
- Action
public class Action
- extends ActionType
- implements Action
This class is designed for Action element in SAML core assertion.
The Action Element specifies an action on specified resource for which
permission is sought.
|
Field Summary |
protected static java.util.logging.Logger |
log
|
|
Constructor Summary |
Action(ActionType actionType)
|
Action(org.w3c.dom.Element element)
Constructs an action element from an existing XML block. |
Action(java.lang.String namespace,
java.lang.String action)
Convenience constructor of Action |
|
Method Summary |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
java.lang.String |
getValue()
Gets the value of the value property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final java.util.logging.Logger log
Action
public Action(org.w3c.dom.Element element)
- Constructs an action element from an existing XML block.
- Parameters:
element - representing a DOM tree element.
- Throws:
SAMLException - if there is an error in the sender or in
the element definition.
Action
public Action(java.lang.String namespace,
java.lang.String action)
- Convenience constructor of
Action
- Parameters:
namespace - The attribute "namespace" of
Action elementaction - A String representing an action
- Throws:
SAMLException - if there is an error in the sender or in
the element definition.
Action
public Action(ActionType actionType)
getValue
public java.lang.String getValue()
- Description copied from class:
ActionType
- Gets the value of the value property.
- Specified by:
getValue in interface Action- Overrides:
getValue in class ActionType
- Returns:
- possible object is
String
getNamespace
public java.lang.String getNamespace()
- Description copied from class:
ActionType
- Gets the value of the namespace property.
- Specified by:
getNamespace in interface Action- Overrides:
getNamespace in class ActionType
- Returns:
- possible object is
String
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.