Class Attribute

java.lang.Object
net.shibboleth.idp.cas.attribute.Attribute

public class Attribute extends Object
Wrapper class for a CAS attribute/values construct in a validate response.
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute(@Nonnull @NotEmpty String theName)
      Constructor.
      Parameters:
      theName - name of attribute
  • Method Details

    • getName

      @Nonnull @NotEmpty public String getName()
      Get the attribute's name.
      Returns:
      the name
    • getValues

      @Nonnull @Live public Collection<String> getValues()
      Get string values.
      Returns:
      string value collection