|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IGroupsManagerPermissions allows servants to be created using pluggable permissions policies to reflect the needs of the master channel.
Method Summary | |
boolean |
canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to assign permissions on the group member. |
boolean |
canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to create a subgroup under the group member. |
boolean |
canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to delete the group member. |
boolean |
canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to manage the group member. |
boolean |
canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to select the group member. |
boolean |
canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to update the group member. |
boolean |
canView(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to view the group member. |
boolean |
canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
Answers if the principal is able to view the group member properties. |
Method Detail |
public boolean canAssignPermissions(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canCreateGroup(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canManageMembers(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canDelete(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canSelect(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canUpdate(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canView(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
public boolean canViewProperties(IAuthorizationPrincipal ap, IGroupMember gm)
ap
- IAuthorizationPrincipalgm
- IGroupMember
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |