|
||||||||||
| 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(String actionNamespace,
String contents)
Constructor SamlAction creates a new SamlAction instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getActionNamespace()
Method getActionNamespace returns the actionNamespace of this SamlAction object. |
String |
getContents()
Method getContents returns the contents of this SamlAction object. |
int |
hashCode()
|
void |
setActionNamespace(String actionNamespace)
Method setActionNamespace sets the actionNamespace of this SamlAction object. |
void |
setContents(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(String actionNamespace,
String contents)
actionNamespace - of type Stringcontents - of type String| Method Detail |
|---|
public String getActionNamespace()
public void setActionNamespace(String actionNamespace)
actionNamespace - the actionNamespace of this SamlAction object.public String getContents()
public void setContents(String contents)
contents - the contents of this SamlAction object.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||