Class SAML11AttributeType

    • Field Detail

      • attributeValues

        protected List<Object> attributeValues
    • Constructor Detail

      • SAML11AttributeType

        public SAML11AttributeType​(String attributeName,
                                   URI attributeNamespace)
    • Method Detail

      • add

        public void add​(Object attribValue)
      • addAll

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

        public boolean remove​(Object attribVal)