public static class AbstractSecurityService.Group extends Object implements Group
| Constructor and Description |
|---|
AbstractSecurityService.Group(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMember(Principal user) |
String |
getName() |
boolean |
isMember(Principal member) |
Enumeration<? extends Principal> |
members() |
boolean |
removeMember(Principal user) |
public AbstractSecurityService.Group(String name)
public boolean removeMember(Principal user)
removeMember in interface Grouppublic Enumeration<? extends Principal> members()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.