Class Action
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml20.jaxb20.ActionType
-
- com.sun.xml.wss.saml.assertion.saml20.jaxb20.Action
-
- All Implemented Interfaces:
Action
public class Action extends ActionType implements Action
This class is designed forActionelement in SAML core assertion. The Action Element specifies an action on specified resource for which permission is sought.
-
-
Field Summary
Fields Modifier and Type Field Description protected static Loggerlog-
Fields inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.ActionType
namespace, value
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()Gets the value of the namespace property.StringgetValue()Gets the value of the value property.-
Methods inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.ActionType
setNamespace, setValue
-
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Constructor Detail
-
Action
public Action(Element element)
Constructs an action element from an existing XML block.- Parameters:
element- representing a DOM tree element.
-
Action
public Action(String namespace, String action)
Convenience constructor ofAction- Parameters:
namespace- The attribute "namespace" ofActionelementaction- A String representing an action
-
Action
public Action(ActionType actionType)
-
-
Method Detail
-
getValue
public String getValue()
Description copied from class:ActionTypeGets the value of the value property.- Specified by:
getValuein interfaceAction- Overrides:
getValuein classActionType- Returns:
- possible object is
String
-
getNamespace
public String getNamespace()
Description copied from class:ActionTypeGets the value of the namespace property.- Specified by:
getNamespacein interfaceAction- Overrides:
getNamespacein classActionType- Returns:
- possible object is
String
-
-