|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.groupsmanager.permissions.GroupsManagerBlockEntitySelectPermissions
@Deprecated public class GroupsManagerBlockEntitySelectPermissions
GroupsManagerBlockEntitySelectPermissions answers if the Authorization Principal is able to perform specific actions on the target Group Member.
| Field Summary | |
|---|---|
protected IGroupsManagerPermissions |
permMgr
Deprecated. |
| Fields inherited from interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants |
|---|
ADD_REMOVE_PERMISSION, ASSIGN_PERMISSION, BASE_PACKAGE, BROWSE_MODE, COMMANDS_PACKAGE, CREATE_PERMISSION, DELETE_PERMISSION, EDIT_MODE, ENTITY_CLASSNAME, ENTITY_TAGNAME, GROUP_CLASSNAME, GROUP_TAGNAME, GROUPS_PACKAGE, MEMBERS_ONLY_MODE, OWNER, PROPERTIES_TAGNAME, ROOT_GROUP_DESCRIPTION, ROOT_GROUP_TITLE, SECURITY_PACKAGE, SELECT_MODE, SELECT_PERMISSION, UPDATE_PERMISSION, VIEW_PERMISSION, WRAPPERS_PACKAGE |
| Constructor Summary | |
|---|---|
GroupsManagerBlockEntitySelectPermissions()
Deprecated. put your documentation comment here |
|
GroupsManagerBlockEntitySelectPermissions(IGroupsManagerPermissions pMgr)
Deprecated. put your documentation comment here |
|
| Method Summary | |
|---|---|
boolean |
canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to assign permissions on the group member. |
boolean |
canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to create a subgroup under the group member. |
boolean |
canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to delete the group member. |
boolean |
canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to manage the group member. |
boolean |
canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if principal can select the target group member. |
boolean |
canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to update the group member. |
boolean |
canView(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to view the group member. |
boolean |
canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
Deprecated. Answers if the principal is able to view the group member properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IGroupsManagerPermissions permMgr
| Constructor Detail |
|---|
public GroupsManagerBlockEntitySelectPermissions()
public GroupsManagerBlockEntitySelectPermissions(IGroupsManagerPermissions pMgr)
| Method Detail |
|---|
public boolean canAssignPermissions(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canAssignPermissions in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canCreateGroup(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canCreateGroup in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canManageMembers(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canManageMembers in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canDelete(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canDelete in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canSelect(IAuthorizationPrincipal ap,
IGroupMember gm)
canSelect in interface IGroupsManagerPermissionsap - AuthorizationPrincipalgm - IGroupMember
public boolean canUpdate(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canUpdate in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canView(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canView in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
public boolean canViewProperties(IAuthorizationPrincipal ap,
IGroupMember gm)
IGroupsManagerPermissions
canViewProperties in interface IGroupsManagerPermissionsap - IAuthorizationPrincipalgm - IGroupMember
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||