Package com.bankframe.services.accesscontrol.administration.group

Interface Summary
GroupAdministration This interface defines the methods and the parameters for the GroupAdministrationBean.
GroupAdministrationHome This interface is the home interface of the GroupAdministration bean that defines its create method.
 

Class Summary
Client GroupAdministration Class Usage:
java com.bankframe.services.accesscontrol.administration.group.Client -gg (GET_GROUP) groupId
Retrieve the specified group java com.bankframe.services.accesscontrol.administration.group.Client -gag (GET_ALL_GROUPS)
Retrieve all groups java com.bankframe.services.accesscontrol.administration.group.Client -gs (GET_USER_GROUPS) userId
Retrieve the group(s) a user is a memeber of java com.bankframe.services.accesscontrol.administration.group.Client -gp (GET_GROUP_PERMISSIONS) groupId
Retrieve the group's permissions java com.bankframe.services.accesscontrol.administration.group.Client -dgp (DELETE_GROUP_PERMISSION) groupId, permission
Delete a permission from a group java com.bankframe.services.accesscontrol.administration.group.Client -cg (CREATE_GROUP) groupId
Create a group java com.bankframe.services.accesscontrol.administration.group.Client -dg (DELETE_GROUP) groupId
Delete a group java com.bankframe.services.accesscontrol.administration.group.Client -gm (GET_GROUP_MEMBERS) groupId
Retrieve the memeber(s) of a group java com.bankframe.services.accesscontrol.administration.group.Client -agp (ADD_GROUP_PERMISSION) groupId, permission
Add a permission to a group java com.bankframe.services.accesscontrol.administration.group.Client -ug (GET_UNASSIGNED_GROUPS) userId
Retrieve the group(s) a user is not a memeber of java com.bankframe.services.accesscontrol.administration.group.Client -ugp (GET_USER_GROUP_PERMISSIONS) userId
Retrieve the group(s) a user is a memeber of java com.bankframe.services.accesscontrol.administration.group.Client -up (UNASSIGNED_GROUP_PERMISSIONS) groupId
Retrieve the total permissions for each group a user is a member of
GroupAdministrationBean This class is responsible for the administration of groups in BankFrame MCA.
GroupConstants This class contains the constant variables for the GroupAdministration Session Bean.
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.