|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.ActionBean
public class ActionBean
Class SamlAction represents the raw data required by the AssertionWrapper when
creating the Action element of the SAML Authorization Decision Statement.
Created on May 19, 2009
| Constructor Summary | |
|---|---|
ActionBean()
Constructor SamlAction creates a new SamlAction instance. |
|
ActionBean(java.lang.String actionNamespace,
java.lang.String contents)
Constructor SamlAction creates a new SamlAction instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getActionNamespace()
Method getActionNamespace returns the actionNamespace of this SamlAction object. |
java.lang.String |
getContents()
Method getContents returns the contents of this SamlAction object. |
int |
hashCode()
|
void |
setActionNamespace(java.lang.String actionNamespace)
Method setActionNamespace sets the actionNamespace of this SamlAction object. |
void |
setContents(java.lang.String contents)
Method setContents sets the contents of this SamlAction object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionBean()
public ActionBean(java.lang.String actionNamespace,
java.lang.String contents)
actionNamespace - of type Stringcontents - of type String| Method Detail |
|---|
public java.lang.String getActionNamespace()
public void setActionNamespace(java.lang.String actionNamespace)
actionNamespace - the actionNamespace of this SamlAction object.public java.lang.String getContents()
public void setContents(java.lang.String contents)
contents - the contents of this SamlAction object.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||