public interface PrincipalList extends Principal, Serializable
Modifier and Type | Method and Description |
---|---|
void |
add(String name)
Add a name to the list.
|
Collection<String> |
getList()
Gets list of groups/roles as strings.
|
String |
getName() |
boolean |
has(String name)
Checks if the name exist in this list.
|
void |
setName(String name) |
void setName(String name)
void add(String name)
Collection<String> getList()
boolean has(String name)
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.