public interface IAdditionalDescriptors extends IPersonAttributes
IPersonAttributes object| Modifier and Type | Method and Description |
|---|---|
void |
addAttributes(Map<String,List<Object>> attributes) |
List<Object> |
removeAttribute(String name) |
void |
setAttributes(Map<String,List<Object>> attributes)
This should be atomic to the view of other methods on this interface.
|
List<Object> |
setAttributeValues(String name,
List<Object> values)
Sets the specified attribute values
|
void |
setName(String name) |
getAttributes, getAttributeValue, getAttributeValuesvoid setName(String name)
name - The user name for the attributesvoid addAttributes(Map<String,List<Object>> attributes)
attributes - Attributes to add to the existing attribute Mapvoid setAttributes(Map<String,List<Object>> attributes)
attributes - Replace all existing attributes witht he specified MapList<Object> setAttributeValues(String name, List<Object> values)
name - Name of the attribute, must not be nullvalues - Values for the attribute, may be nullCopyright © 2015 Jasig. All Rights Reserved.