|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wvcm.Resource.GenericResourceImpl
javax.wvcm.Principal.GenericPrincipalImpl
public static class Principal.GenericPrincipalImpl
NOT YET STANDARD Implementation of a generic Principal.
Nested Class Summary |
---|
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 interface javax.wvcm.Principal |
---|
ALL, AUTHENTICATED, OWNER, SELF, UNAUTHENTICATED |
Constructor Summary | |
---|---|
Principal.GenericPrincipalImpl(Location location)
Constructor |
Method Summary | |
---|---|
void |
doCreateResource()
Create a Principal on the server. |
java.util.List |
getGroupMembership()
Get the list of groups (Principal.Group) in which the principal is directly a member. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Principal.GenericPrincipalImpl(Location location)
location
- a LocationMethod Detail |
---|
public void doCreateResource() throws WvcmException
doCreateResource
in interface Principal
WvcmException
- Preconditions:
WvcmException
- Postconditions:
public java.util.List getGroupMembership() throws WvcmException
getGroupMembership
in interface Principal
WvcmException
- if this principal was not created with
PropertyNameList.PropertyName.GROUP_MEMBERSHIP
as a wanted property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |