Class ActionBean
java.lang.Object
org.apache.wss4j.common.saml.bean.ActionBean
Class SamlAction represents the raw data required by the
SamlAssertionWrapper when
creating the Action element of the SAML Authorization Decision Statement.-
Constructor Summary
ConstructorsConstructorDescriptionConstructor SamlAction creates a new SamlAction instance.ActionBean(String actionNamespace, String contents) Constructor SamlAction creates a new SamlAction instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod getActionNamespace returns the actionNamespace of this SamlAction object.Method getContents returns the contents of this SamlAction object.inthashCode()voidsetActionNamespace(String actionNamespace) Method setActionNamespace sets the actionNamespace of this SamlAction object.voidsetContents(String contents) Method setContents sets the contents of this SamlAction object.
-
Constructor Details
-
ActionBean
public ActionBean()Constructor SamlAction creates a new SamlAction instance. -
ActionBean
Constructor SamlAction creates a new SamlAction instance.- Parameters:
actionNamespace- of type Stringcontents- of type String
-
-
Method Details
-
getActionNamespace
Method getActionNamespace returns the actionNamespace of this SamlAction object.- Returns:
- the actionNamespace (type String) of this SamlAction object.
-
setActionNamespace
Method setActionNamespace sets the actionNamespace of this SamlAction object.- Parameters:
actionNamespace- the actionNamespace of this SamlAction object.
-
getContents
Method getContents returns the contents of this SamlAction object.- Returns:
- the contents (type String) of this SamlAction object.
-
setContents
Method setContents sets the contents of this SamlAction object.- Parameters:
contents- the contents of this SamlAction object.
-
equals
-
hashCode
public int hashCode()
-