DEPRECATED See method level Javadoc and com.bea.p13n.security.management.authentication.AtnManagerProxy
EJBObject
Remote interface for the GroupManager session bean. This class depends on the following EJB environment in the ejb deployment descriptor:
Related Topics
RealmHelper.getProviderMBean()
Method Summary |
public void |
|
public void |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public boolean |
|
public boolean |
|
public boolean |
|
public boolean | |
public void |
|
public void |
|
public void |
|
Methods from interface javax.ejb. |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public void addGroupToGroup(Add a child group to a groupStringparentGroup,StringchildGroup)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public void addUserToGroup(Add a user to a group.Stringgroupname,Stringusername)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicProfileWrappercreateGroup(Stringname)
throwsRemoteException,GroupAlreadyExistsException,InvalidGroupnameException
RemoteException
GroupAlreadyExistsException
InvalidGroupnameException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of all groups in the system.ListgetAllGroupNames()
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of all children of a group.ListgetChildGroupNames(Stringgroupname)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of all groups that a user belongs to.ListgetGroupNamesForUser(Stringusername)
throwsRemoteException
DEPRECATED See com.bea.p13n.usermgmt.profile.ProfileFactory
publicProfileWrappergetGroupProfile(Stringname)
throwsRemoteException
publicReturns a profile manager that can be used to access a group's profile. If the requested group exists in the realm but does not have a profile yet, a new profile will be created at this time. Right now all groups use the same profile manager, but this method is meant to leave the option for this to change in the future (similar to profile types for users).ProfileManagergetGroupProfileManager(Stringname)
throwsRemoteException
DEPRECATED This method no longer supported. Use methods of com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve the parent of a group. Assumes that a group will only have one parent, as enforced by the GroupManager. If your realm has groups with more than one parent, the first one encountered will be returned.StringgetParentGroupName(Stringgroupname)
throwsRemoteException
DEPRECATED This method no longer supported. Use methods of com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of groups that do not have parent groups. This will not return the built-in WLS "everyone" or "users" groups.ListgetTopLevelGroupNames()
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of all users in a group.ListgetUsernamesForGroup(Stringgroupname)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
publicRetrieve a list of users in a group, matching the provided wildcard expressionListgetUsernamesForGroup(Stringgroupname,StringsearchExpression, int limit)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public boolean groupExists(Determines if a group exists. This method simply checks all providers for a group with the given name.Stringname)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnSecurityMgmtHelper
public boolean isDeletableGroup(Determine if a group can be deleted.Stringname)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public boolean isDescendent(Determine if one group is a descendent of another.Stringancestor,Stringdescendent)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public boolean isMember(Determine if a user is a member of a group.Stringgroupname,Stringusername)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public void removeGroup(Remove a group. This will remove the group from both the realm and the profile tables.Stringname)
throwsRemoteException,InvalidGroupnameException
RemoteException
InvalidGroupnameException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public void removeGroupFromGroup(Remove a child group from a groupStringparentGroup,StringchildGroup)
throwsRemoteException
DEPRECATED See com.bea.p13n.security.management.authentication.AtnManagerProxy
public void removeUserFromGroup(Remove a user from a groupStringgroupname,Stringusername)
throwsRemoteException