|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attributes
Represents attributes that can be associated to users and groups. One attribute key can have multiple values associated to it.
| Method Summary | |
|---|---|
Set<String> |
getKeys()
Gets all the keys of the attributes. |
String |
getValue(String key)
Returns any value associated with the given key, returns null if there is no value. |
Set<String> |
getValues(String key)
Get all the values associated with a given key. |
boolean |
isEmpty()
|
| Method Detail |
|---|
@Nullable Set<String> getValues(String key)
key - the key to retrieve the values for
@Nullable String getValue(String key)
null if there is no value.
key - the key to retrieve the value for
null if there is no valueSet<String> getKeys()
boolean isEmpty()
true if there are no attributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||