Class AttributeStatementDefault

java.lang.Object
ddf.security.assertion.impl.AttributeStatementDefault
All Implemented Interfaces:
ddf.security.assertion.AttributeStatement
Direct Known Subclasses:
AttributeStatementJwt, AttributeStatementSaml

public class AttributeStatementDefault extends Object implements ddf.security.assertion.AttributeStatement
  • Constructor Details

    • AttributeStatementDefault

      public AttributeStatementDefault()
  • Method Details

    • getAttributes

      public List<ddf.security.assertion.Attribute> getAttributes()
      Specified by:
      getAttributes in interface ddf.security.assertion.AttributeStatement
    • addAttribute

      public void addAttribute(ddf.security.assertion.Attribute attribute)
      Specified by:
      addAttribute in interface ddf.security.assertion.AttributeStatement