Class Attribute

java.lang.Object
com.adobe.granite.auth.saml.spi.Attribute

public final class Attribute extends Object
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getName

      @Nullable public @Nullable String getName()
    • setName

      public void setName(@Nullable @Nullable String name)
    • getNameFormat

      @Nullable public @Nullable String getNameFormat()
    • setNameFormat

      public void setNameFormat(@Nullable @Nullable String nameFormat)
    • addAttributeValue

      public void addAttributeValue(@NotNull @NotNull Object value)
    • getValue

      @Nullable public @Nullable Object getValue()
    • getListValue

      @NotNull public @NotNull List<Object> getListValue()