org.apache.ws.security.saml.ext.bean
Class ActionBean

java.lang.Object
  extended by org.apache.ws.security.saml.ext.bean.ActionBean

public class ActionBean
extends Object

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

ActionBean

public ActionBean()
Constructor SamlAction creates a new SamlAction instance.


ActionBean

public ActionBean(String actionNamespace,
                  String contents)
Constructor SamlAction creates a new SamlAction instance.

Parameters:
actionNamespace - of type String
contents - of type String
Method Detail

getActionNamespace

public String getActionNamespace()
Method getActionNamespace returns the actionNamespace of this SamlAction object.

Returns:
the actionNamespace (type String) of this SamlAction object.

setActionNamespace

public void setActionNamespace(String actionNamespace)
Method setActionNamespace sets the actionNamespace of this SamlAction object.

Parameters:
actionNamespace - the actionNamespace of this SamlAction object.

getContents

public String getContents()
Method getContents returns the contents of this SamlAction object.

Returns:
the contents (type String) of this SamlAction object.

setContents

public void setContents(String contents)
Method setContents sets the contents of this SamlAction object.

Parameters:
contents - the contents of this SamlAction object.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.