|
||||||||||
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.AttributeStatementBean
public class AttributeStatementBean
Class SamlAttributeStatement represents a SAML attribute statement Created on May 20, 2009
Constructor Summary | |
---|---|
AttributeStatementBean()
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance. |
|
AttributeStatementBean(SubjectBean subject,
List<AttributeBean> attributeBeans)
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
List<AttributeBean> |
getSamlAttributes()
Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object. |
SubjectBean |
getSubject()
Get the Subject |
int |
hashCode()
|
void |
setSamlAttributes(List<AttributeBean> attributeBeans)
Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object. |
void |
setSubject(SubjectBean subject)
Set the Subject |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeStatementBean()
public AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans)
subject
- A new SubjectBean instanceattributeBeans
- A list of AttributesMethod Detail |
---|
public List<AttributeBean> getSamlAttributes()
public void setSamlAttributes(List<AttributeBean> attributeBeans)
attributeBeans
- the samlAttributes of this SamlAttributeStatement object.public SubjectBean getSubject()
public void setSubject(SubjectBean subject)
subject
- the SubjectBean instance to setpublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |