Package net.shibboleth.idp.cas.attribute
Class Attribute
java.lang.Object
net.shibboleth.idp.cas.attribute.Attribute
Wrapper class for a CAS attribute/values construct in a validate response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
Name of attribute.private final Collection<String>
String values. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of attribute. -
values
String values.
-
-
Constructor Details
-
Attribute
Constructor.- Parameters:
theName
- name of attribute
-
-
Method Details
-
getName
Get the attribute's name.- Returns:
- the name
-
getValues
Get string values.- Returns:
- string value collection
-