public class ActionBean extends Object
SamlAssertionWrapper when
creating the Action element of the SAML Authorization Decision Statement.| Constructor and Description |
|---|
ActionBean()
Constructor SamlAction creates a new SamlAction instance.
|
ActionBean(String actionNamespace,
String contents)
Constructor SamlAction creates a new SamlAction instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ActionBean()
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.Copyright © 2018 JBoss by Red Hat. All rights reserved.