Package net.shibboleth.idp.cas.attribute
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 Summary
Fields Modifier and Type Field Description private String
name
Name of attribute.private Collection<String>
values
String values. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getName()
Get the attribute's name.Collection<String>
getValues()
Get string values.
-
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
-