|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrincipalList
A list of Strings.
Method Summary | |
---|---|
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)
|
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Method Detail |
---|
String getName()
getName
in interface Principal
void setName(String name)
void add(String name)
Collection<String> getList()
boolean has(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |