Deprecated Methods |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.addGroupToGroup(String, String)
As of Portal 8.1.x, use
GroupProviderControl.addGroupToGroup(parentGroup, childGroup) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.addUserToGroup(String, String)
As of Portal 8.1.x, use
GroupProviderControl.addUserToGroup(groupname, username) |
com.bea.p13n.controls.ejb.usermgmt.UserManager.authenticate(String, String)
Use UserInfoControl.authenticate(username, password) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.createGroup(String)
As of Portal 8.1.x, use GroupProviderControl.createGroup(name) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.createProfile(String)
Use ProfileControl.getGroupProfileManager().createProfile(name) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.createProfile(String)
Use ProfileControl.getUserProfileManager().createProfile(name) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.createUniqueId(String, String)
with no replacement |
com.bea.p13n.controls.ejb.usermgmt.UserManager.createUser(String, String)
As of Portal 8.1.x, use
UserProviderControl.createUser(username, password) |
com.bea.p13n.controls.createUser.CreateUserControl.createUser(String, String, HttpServletRequest)
Use UserProviderControl.createUser(username, password, request) |
com.bea.p13n.controls.ejb.usermgmt.UserManager.createUserOfProfileType(String, String, String)
As of Portal 8.1.x, use
UserProviderControl.createUserOfType(username) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.deleteProfile(String)
Use ProfileControl.getGroupProfileManager().deleteProfile(profileName) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.deleteProfile(String)
use ProfileControl.deleteProfile(profileName) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getAllGroupNames()
As of Portal 8.1.x, use GroupProviderControl.getAllGroupNames() |
com.bea.p13n.controls.userInfoQuery.UserInfoControl.getAllGroupNames()
Use GroupProviderControl.getAllGroupNames() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getAllProfileNames()
Use ProfileControl.getGroupProfileManager().getAllProfileNames() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getAllProfileNames()
use ProfileControl.getAllProfileNames() |
com.bea.p13n.controls.profile.UserProfileControl.getAllProfileNames()
as of Portal 8.1
Use ProfileControl.getUserProfileManager().getAllProfileNames() or
Use ProfileControl.getGroupProfileManager().getAllProfileNames() |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getChildGroupNames(String)
As of Portal 8.1.x, use GroupProviderControl.getChildGroupNames(groupname) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getDynamicProperties(PropertyLocator, String)
with no replacement |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getEntityNames(String)
with no replacement |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupNamesForUser(String)
As of Portal 8.1.x, use GroupProviderControl.getGroupNamesForUser(username) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupProfile(String)
As of Portal 8.1.x, use UserProfileControl.getProfileForGroup(name) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupProfileManager(String)
Use ProfileControl.getGroupProfileManager(name) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getJndiName()
Use ProfileControl.getGroupProfileManager().getJNDIName() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getJndiName()
Use ProfileControl.getUserProfileManager().getJNDIName() |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getParentGroupName(String)
As of Portal 8.1.x, use GroupProviderControl.getParentGroupNames(groupname) |
com.bea.p13n.controls.profile.UserProfileControl.getProfile(String, String)
as of Portal 8.1 Use ProfileControl.getProfile(username, groupname) |
com.bea.p13n.controls.profile.UserProfileControl.getProfileForGroup(String)
as of Portal 8.1 Use ProfileControl.getProfileForGroup(groupname) |
com.bea.p13n.controls.profile.UserProfileControl.getProfileForUser(String)
as of Portal 8.1 Use ProfileControl.getProfileForUser(username) |
com.bea.p13n.controls.profile.UserProfileControl.getProfileFromRequest(HttpServletRequest)
as of Portal 8.1 Use ProfileControl.getProfileFromRequest(request) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProfileName(long)
Use ProfileControl.getGroupProfileManager().getProfileName(profileId) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProfileName(long)
Use ProfileControl.getUserProfileManager().getProfileName() |
com.bea.p13n.controls.ejb.usermgmt.UserManager.getProfileTypeNames()
As of Portal 8.1.x, use ProfileControl.getProfileTypeNames() in conjunction
with the UserProviderControl |
com.bea.p13n.controls.profile.UserProfileControl.getProperties(ProfileWrapper)
as of Portal 8.1 Use
ProfileControl.getProperties(profileName) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getProperties(PropertyLocator)
Use the ProfileControl to get the user or group profile manager, then call getProperties()
on that. For example: ProfileControl.getUserProfileManager().getProperties(profileName, propertySetName) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProperties(String)
Use ProfileControl.getGroupProfileManager().getProperties(profileName) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProperties(String)
Use ProfileControl.getUserProfileManager().getProperties() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertiesForKeys(String, Set)
Use ProfileControl.getGroupProfileManager().getPropertiesForKeys(profileName, propertyMapKeys) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertiesForKeys(String, Set)
Use ProfileControl.getUserProfileManager().getPropertiesForKeys() |
com.bea.p13n.controls.profile.UserProfileControl.getPropertiesFromKeys(ProfileWrapper, Set)
as of Portal 8.1
Use ProfileControl.getProfileManager().getProperties(profileName, propertyMapKeys) |
com.bea.p13n.controls.profile.UserProfileControl.getPropertiesFromSet(ProfileWrapper, String)
as of Portal 8.1 Use
ProfileControl.getProfileManager().getProperties(profileName, propertySetName) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertiesInPropertySet(String, String)
Use ProfileControl.getGroupProfileManager().getPropertiesInPropertySet(profileName, propertySetName) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertiesInPropertySet(String, String)
Use ProfileControl.getUserProfileManager().getPropertiesInPropertySet() |
com.bea.p13n.controls.profile.UserProfileControl.getProperty(ProfileWrapper, String, String)
as of Portal 8.1
Use ProfileControl.getProfileManager().getProperty(profileName, propertySet, property) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getProperty(PropertyLocator, String, String)
Use the ProfileControl to get the user or group profile manager, then call getProperties()
on that. For example:
ProfileControl.getUserProfileManager().getProperty(profileName, propertySet, propertyName) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProperty(String, String, String)
Use ProfileControl.getGroupProfileManager().getProperty(profileName, propertySet, propertyName) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProperty(String, String, String)
Use ProfileControl.getUserProfileManager().getProperty() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyAsString(String, String, String)
Use ProfileControl.getGroupProfileManager().getPropertyAsString(profileName, propertySet, propertyName) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyAsString(String, String, String)
Use ProfileControl.getUserProfileManager().getPropertyAsString() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyAsStringTrySuccessor(String, String, String, String)
Use ProfileControl.getGroupProfileManager().getPropertyAsStringTrySuccessor() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyAsStringTrySuccessor(String, String, String, String)
Use ProfileControl.getUserProfileManager().getPropertyAsStringTrySuccessor() |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getPropertyLocator(long)
with no replacement |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyNoDefault(String, String, String, String)
Use ProfileControl.getGroupProfileManager().getPropertyNoDefault() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyNoDefault(String, String, String, String)
Use ProfileControl.getUserProfileManager().getPropertyNoDefault() |
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySet(String, String)
Use the ProfileControl to get the PropertySetManager associated with that profile
manager and call the methods directly on the PropertySetManager. |
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySets(String)
Use the ProfileControl to get the PropertySetManager associated with that profile
manager and call the methods directly on the PropertySetManager |
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySetXml(String, String)
Use the ProfileControl to get the PropertySetManager associated with that profile
manager and call the methods directly on the PropertySetManager |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyTrySuccessor(String, String, String, String)
Use ProfileControl.getGroupProfileManager().getPropertyTrySuccessor() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyTrySuccessor(String, String, String, String)
Use ProfileControl.getUserProfileManager().getPropertyTrySuccessor() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getSuccessor(String, String)
Use ProfileControl.getGroupProfileManager().getSuccessor(profileName, propertySet) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getSuccessor(String, String)
Use ProfileControl.getUserProfileManager().getSuccessor() |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getTopLevelGroupNames()
As of Portal 8.1.x, use GroupProviderControl.getTopLevelGroupNames() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getUniqueId(String)
Use ProfileControl.getGroupProfileManager().getUniqueId() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getUniqueId(String)
Use ProfileControl.getUserProfileManager().getUniqueId() |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getUniqueId(String, String)
with no replacement |
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserNames(String, int)
As of Portal 8.1.x, use
UserProviderControl.getUserNames(searchExpression, limit) |
com.bea.p13n.controls.profile.UserProfileControl.getUserNames(String, int)
as of Portal 8.1 Use UserProviderControl.getUserNames(searchExpression, limit) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getUsernamesForGroup(String)
As of Portal 8.1.x, use
GroupProviderControl.getUsernamesForGroup(groupname) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getUsernamesForGroupLimited(String, String, int)
As of Portal 8.1.x, use
GroupProviderControl.getUsernamesForGroupLimited(groupname, searchExpression, limit) |
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserProfile(String)
As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in
conjunction with the UserProviderControl |
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserProfileManager(String)
As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in
conjunction with the UserProviderControl |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.groupExists(String)
As of Portal 8.1.x, use GroupProviderControl.groupExists(group) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.isDescendent(String, String)
As of Portal 8.1.x, use GroupProviderControl.isDescendent(ancestor, descendent) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.isMember(String, String)
As of Portal 8.1.x, use
GroupProviderControl.isMemberGroup(groupname, username, recurse) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.profileExists(String)
Use ProfileControl.getGroupProfileManager().profileExists(name) |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.profileExists(String)
Use ProfileControl.getUserProfileManager().profileExists(profileName) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeEntity(PropertyLocator)
with no replacement |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeGroup(String)
As of Portal 8.1.x, use GroupProviderControl.removeGroup(groupname) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeGroupFromGroup(String, String)
As of Portal 8.1.x, use
GroupProviderControl.removeGroupFromGroup(parentGroup, childGroup) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeProperties(PropertyLocator)
with no replacement |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeProperty(PropertyLocator, String, String)
Use the ProfileControl to get the user or group profile manager, then call getProperties()
on that . For example:
ProfileControl.getUserProfileManager().removeProperty(profileName, propertySet, propertyName) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.removeProperty(String, String, String)
Use ProfileControl.getGroupProfileManager().removeProperty() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.removeProperty(String, String, String)
Use ProfileControl.getUserProfileManager().removeProperty() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.removeSuccessor(String, String)
Use ProfileControl.getGroupProfileManager().removeSuccessor() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.removeSuccessor(String, String)
Use ProfileControl.getUserProfileManager().removeSuccessor() |
com.bea.p13n.controls.ejb.usermgmt.UserManager.removeUser(String)
As of Portal 8.1.x, use
UserProviderControl.removeUser(username) |
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeUserFromGroup(String, String)
As of Portal 8.1.x, use
GroupProviderControl.removeUserFromGroup(groupname, username) |
com.bea.p13n.controls.ejb.usermgmt.UserManager.setPassword(String, String)
As of Portal 8.1.x, use
UserProviderControl.setPassword(username, password) |
com.bea.p13n.controls.profile.UserProfileControl.setProperties(ProfileWrapper, EntityPropertyCache)
as of Portal 8.1
Use multiple invocations of ProfileControl.setProperty(profileName, propertySet, property, value) |
com.bea.p13n.controls.profile.UserProfileControl.setProperty(ProfileWrapper, String, String, Object)
as of Portal 8.1
Use ProfileControl.setProperty(profileName, propertySet, property, value) |
com.bea.p13n.controls.ejb.property.EntityPropertyManager.setProperty(PropertyLocator, String, String, Object)
Use the ProfileControl to get the user or group profile manager, then call setProperty()
on that. For example:
ProfileControl.getUserProfileManager().setProperty(profileName, propertySet, propertyName, value) |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.setProperty(String, String, String, Object)
Use ProfileControl.getGroupProfileManager().setProperty() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.setProperty(String, String, String, Object)
Use ProfileControl.getUserProfileManager().setProperty() |
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.setSuccessor(String, String, String)
Use ProfileControl.getGroupProfileManager().setSuccessor() |
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.setSuccessor(String, String, String)
Use ProfileControl.getUserProfileManager().setSuccessor() |
com.bea.p13n.controls.ejb.usermgmt.UserManager.userExists(String)
As of Portal 8.1.x, use
UserProviderControl.userExists(username) |
com.bea.p13n.controls.profile.UserProfileControl.userExists(String)
as of Portal 8.1 Use UserProviderControl.userExists(username) |
com.bea.p13n.controls.profile.UserProfileControl.userProfileExists(String)
as of Portal 8.1
Use ProfileControl.getUserProfileManager().profileExists(username) |