|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.ResourceImpl
org.apache.wvcm.PrincipalImpl
org.apache.wvcm.PrincipalImpl.GroupImpl
public static class PrincipalImpl.GroupImpl
Implementation of a group
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wvcm.PrincipalImpl |
---|
PrincipalImpl.GroupImpl, PrincipalImpl.RoleImpl |
Nested classes/interfaces inherited from class org.apache.wvcm.ResourceImpl |
---|
ResourceImpl.LoadedProperties, ResourceImpl.XmlPropertyValue |
Nested classes/interfaces inherited from interface javax.wvcm.Principal |
---|
Principal.GenericPrincipalImpl, Principal.Group, Principal.Role |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.GenericResourceImpl |
Field Summary |
---|
Fields inherited from class org.apache.wvcm.ResourceImpl |
---|
dnsp, MISSING_PROPERTY_VALUE |
Fields inherited from interface javax.wvcm.Principal |
---|
ALL, AUTHENTICATED, OWNER, SELF, UNAUTHENTICATED |
Constructor Summary | |
---|---|
PrincipalImpl.GroupImpl(Location location)
Constructor |
Method Summary | |
---|---|
java.util.List |
getGroupMemberList()
Get the list of Principal objects which are direct members of this group. |
void |
setGroupMemberList(java.util.List members)
Set the list of Principal objects which are direct members of this group. |
Methods inherited from class org.apache.wvcm.PrincipalImpl |
---|
doCreateResource, getGroupMembership |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.wvcm.Principal |
---|
doCreateResource, getGroupMembership |
Constructor Detail |
---|
public PrincipalImpl.GroupImpl(Location location)
Method Detail |
---|
public void setGroupMemberList(java.util.List members) throws WvcmException
setGroupMemberList
in interface Principal.Group
members
- a List
WvcmException
public java.util.List getGroupMemberList() throws WvcmException
getGroupMemberList
in interface Principal.Group
WvcmException
- if this principal was not created with
PropertyNameList.PropertyName.GROUP_MEMBER_LIST
as a wanted property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |