|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides permissions for interfaces within WLPI.
PermissionHome| Method Summary | |
java.util.List |
getAllRolePermissions()
Return a list of all the roles with their associated permissions. |
java.util.List |
getAllUserPermissions()
Return a list of all the users with their associated permissions. |
java.util.List |
getAllUserPermissions(boolean getRoles)
Return a list of all the users with their associated permissions. |
RolePermissionInfo |
getRolePermissions(java.lang.String rolename,
java.lang.String orgID)
Retrieval permission information for a specified role. |
UserPermissionInfo |
getUserPermissions(java.lang.String username)
Retrieve a permission information for a specified user. |
UserPermissionInfo |
getUserPermissions(java.lang.String username,
boolean getRoles)
Retrieve permission information for a specified user. |
void |
setRolePermissions(java.util.List infos)
Perform a batch update of role permissions in the system. |
void |
setUserPermissions(java.util.List infos)
Perform a batch update of user permissions in the system. |
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
| Method Detail |
public java.util.List getAllRolePermissions()
throws java.rmi.RemoteException,
WorkflowException
RolePermissionInfo objects for all roles.
public void setRolePermissions(java.util.List infos)
throws java.rmi.RemoteException,
WorkflowException
infos - A list of RolePermissionInfo objects.
public java.util.List getAllUserPermissions()
throws java.rmi.RemoteException,
WorkflowException
UserPermissionInfo objects for all users.
public java.util.List getAllUserPermissions(boolean getRoles)
throws java.rmi.RemoteException,
WorkflowException
getRoles - If false do not return the associated roles,
if true return the roles to which this user belongs.UserPermissionInfo objects for all users.
public void setUserPermissions(java.util.List infos)
throws java.rmi.RemoteException,
WorkflowException
infos - A list of UserPermissionInfo objects.
public UserPermissionInfo getUserPermissions(java.lang.String username)
throws java.rmi.RemoteException,
WorkflowException
username - The username for which to retrieve information.setUserPermissions(List)
public UserPermissionInfo getUserPermissions(java.lang.String username,
boolean getRoles)
throws java.rmi.RemoteException,
WorkflowException
username - The username for which to retrieve information.getRoles - If false, do not return the associated
roles, if true return the roles to which this user belongs.setUserPermissions(List)
public RolePermissionInfo getRolePermissions(java.lang.String rolename,
java.lang.String orgID)
throws java.rmi.RemoteException,
WorkflowException
rolename - The rolename to retrieveorgID - The role organizationsetRolePermissions(List)
|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||