BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.1 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 or later are not available through the deprecated MBeanHome interface.)


Uses of Class
weblogic.management.utils.InvalidParameterException

Packages that use InvalidParameterException
weblogic.management.security   
weblogic.management.security.authentication   
 

Uses of InvalidParameterException in weblogic.management.security
 

Methods in weblogic.management.security that throw InvalidParameterException
 void ImportMBean.importData(String format, String filename, Properties constraints)
          Imports provider specific data from a specified format.
 void ExportMBean.exportData(String format, String filename, Properties constraints)
          Exports provider specific data in a specified format.
 

Uses of InvalidParameterException in weblogic.management.security.authentication
 

Methods in weblogic.management.security.authentication that throw InvalidParameterException
 void UserRemoverMBean.removeUser(String userName)
          Removes a user.
 String UserReaderMBean.listUsers(String userNameWildcard, int maximumToReturn)
          Searches for a user name that matches a pattern.
 boolean UserReaderMBean.userExists(String userName)
          Indicates whether the specified user exists.
 String UserReaderMBean.getUserDescription(String userName)
          Gets a user's description.
 void UserPasswordEditorMBean.changeUserPassword(String userName, String oldPassword, String newPassword)
          Used by a user to change his or her password.
 void UserPasswordEditorMBean.resetUserPassword(String userName, String newPassword)
          Used by an administrator to change a user's password.
 void UserEditorMBean.createUser(String userName, String password, String description)
          Creates a user and sets the user's password.
 void UserEditorMBean.setUserDescription(String userName, String description)
          Sets the description for an existing user.
 String MemberGroupListerMBean.listMemberGroups(String memberUserOrGroupName)
          Lists the groups that directly contain a user or a group.
 void GroupRemoverMBean.removeGroup(String groupName)
          Removes a group.
 String GroupReaderMBean.listGroups(String groupNameWildcard, int maximumToReturn)
          Searches for a user name that matches a pattern.
 boolean GroupReaderMBean.groupExists(String groupName)
          Indicates whether the specified group exists.
 String GroupReaderMBean.getGroupDescription(String groupName)
          Gets a group's description.
 boolean GroupReaderMBean.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Indicates whether a user or group is a member of the group that you specify.
 String GroupMemberListerMBean.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Searches within a group for user and group (member) names that match a pattern.
 void GroupEditorMBean.createGroup(String groupName, String description)
          Creates a group.
 void GroupEditorMBean.setGroupDescription(String groupName, String description)
          Sets the description for an existing group.
 void GroupEditorMBean.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Adds a user or group (member) to a group.
 void GroupEditorMBean.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Removes a user or group (member) from a group.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.