Class AttributeStatementBean
java.lang.Object
org.apache.wss4j.common.saml.bean.AttributeStatementBean
Class SamlAttributeStatement represents a SAML attribute statement
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor SamlAttributeStatement creates a new SamlAttributeStatement instance.AttributeStatementBean(SubjectBean subject, List<AttributeBean> attributeBeans) Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.Get the SubjectinthashCode()voidsetSamlAttributes(List<AttributeBean> attributeBeans) Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object.voidsetSubject(SubjectBean subject) Set the Subject
-
Constructor Details
-
AttributeStatementBean
public AttributeStatementBean()Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance. -
AttributeStatementBean
Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.- Parameters:
subject- A new SubjectBean instanceattributeBeans- A list of Attributes
-
-
Method Details
-
getSamlAttributes
Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.- Returns:
- the samlAttributes (type List
) of this SamlAttributeStatement object.
-
setSamlAttributes
Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object.- Parameters:
attributeBeans- the samlAttributes of this SamlAttributeStatement object.
-
getSubject
Get the Subject- Returns:
- the Subject
-
setSubject
Set the Subject- Parameters:
subject- the SubjectBean instance to set
-
equals
-
hashCode
public int hashCode()
-