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
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
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.ActionType
namespace, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespace property.getValue()Gets the value of the value property.Methods inherited from class com.sun.xml.wss.saml.internal.saml20.jaxb20.ActionType
setNamespace, setValue
-
Field Details
-
log
-
-
Constructor Details
-
Action
Constructs an action element from an existing XML block.- Parameters:
element- representing a DOM tree element.
-
Action
Convenience constructor ofAction- Parameters:
namespace- The attribute "namespace" ofActionelementaction- A String representing an action
-
Action
-
-
Method Details
-
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
Description copied from class:ActionTypeGets the value of the namespace property.- Specified by:
getNamespacein interfaceAction- Overrides:
getNamespacein classActionType- Returns:
- possible object is
String
-