Class AttributeStatementBean


  • public class AttributeStatementBean
    extends Object
    Class SamlAttributeStatement represents a SAML attribute statement
    • Constructor Detail

      • AttributeStatementBean

        public AttributeStatementBean()
        Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
      • AttributeStatementBean

        public AttributeStatementBean​(SubjectBean subject,
                                      List<AttributeBean> attributeBeans)
        Constructor SamlAttributeStatement creates a new SamlAttributeStatement instance.
        Parameters:
        subject - A new SubjectBean instance
        attributeBeans - A list of Attributes
    • Method Detail

      • getSamlAttributes

        public List<AttributeBean> getSamlAttributes()
        Method getSamlAttributes returns the samlAttributes of this SamlAttributeStatement object.
        Returns:
        the samlAttributes (type List) of this SamlAttributeStatement object.
      • setSamlAttributes

        public void setSamlAttributes​(List<AttributeBean> attributeBeans)
        Method setSamlAttributes sets the samlAttributes of this SamlAttributeStatement object.
        Parameters:
        attributeBeans - the samlAttributes of this SamlAttributeStatement object.
      • getSubject

        public SubjectBean getSubject()
        Get the Subject
        Returns:
        the Subject
      • setSubject

        public void setSubject​(SubjectBean subject)
        Set the Subject
        Parameters:
        subject - the SubjectBean instance to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object