Class SAML11AttributeType

java.lang.Object
org.keycloak.dom.saml.v1.assertion.SAML11AttributeDesignatorType
org.keycloak.dom.saml.v1.assertion.SAML11AttributeType

public class SAML11AttributeType extends SAML11AttributeDesignatorType
Since:
Jun 22, 2011
Author:
[email protected]
  • Field Details

    • attributeValues

      protected List<Object> attributeValues
  • Constructor Details

    • SAML11AttributeType

      public SAML11AttributeType(String attributeName, URI attributeNamespace)
  • Method Details

    • add

      public void add(Object attribValue)
    • addAll

      public void addAll(List<Object> attribValueList)
    • remove

      public boolean remove(Object attribVal)
    • get

      public List<Object> get()