public class AttributeStatementBean extends Object
Constructor and Description |
---|
AttributeStatementBean()
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
|
AttributeStatementBean(SubjectBean subject,
List<AttributeBean> attributeBeans)
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
|
Modifier and Type | Method and Description |
---|---|
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
|
public AttributeStatementBean()
public AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans)
subject
- A new SubjectBean instanceattributeBeans
- A list of Attributespublic 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 setCopyright © 2021 JBoss by Red Hat. All rights reserved.