BEA Systems, Inc.

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


Uses of Class
weblogic.management.utils.InvalidParameterException

Packages that use InvalidParameterException
weblogic.management.security   
weblogic.security.providers.authentication   
weblogic.security.providers.authorization   
weblogic.security.providers.credentials   
 

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.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw InvalidParameterException
 boolean WindowsNTAuthenticatorImpl.userExists(String userName)
          Return whether a user exists
 String WindowsNTAuthenticatorImpl.listUsers(String userNameWildcard, int maximumToReturn)
          Return a list of users
 String WindowsNTAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String WindowsNTAuthenticatorImpl.listGroups(String groupNameWildcard, int maximumToReturn)
          Return a list with the groups
 boolean WindowsNTAuthenticatorImpl.groupExists(String groupName)
          Return whether a group exists
 boolean WindowsNTAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String WindowsNTAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the user or group
 boolean ReadOnlySQLAuthenticatorImpl.userExists(String userName)
          Return whether a user exists
 String ReadOnlySQLAuthenticatorImpl.listUsers(String userNameWildcard, int maximumToReturn)
          Return a list of users
 String ReadOnlySQLAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 boolean ReadOnlySQLAuthenticatorImpl.groupExists(String groupName)
          Return whether a group exists
 String ReadOnlySQLAuthenticatorImpl.listGroups(String groupNameWildcard, int maximumToReturn)
          Return a list of groups
 String ReadOnlySQLAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the group
 String ReadOnlySQLAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 boolean ReadOnlySQLAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String LDAPAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String LDAPAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the user or group
 String LDAPAuthenticatorImpl.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 String LDAPAuthenticatorImpl.listGroups(String groupNameWildcard, int maximumToReturn)
          Return a list with the groups
 boolean LDAPAuthenticatorImpl.groupExists(String groupName)
          Return whether a group exists
 boolean LDAPAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 String LDAPAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 String LDAPAuthenticatorImpl.listUsers(String userNameWildcard, int maximumToReturn)
          Return a list of users
 boolean LDAPAuthenticatorImpl.userExists(String userName)
          Return whether a user exists
 void LDAPAuthenticatorImpl.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void LDAPAuthenticatorImpl.resetUserPassword(String userName, String newPassword)
          Change the user password without the old password
 void LDAPAtnDelegate.setDescription(String name, String description)
          Set the description of the user or group
 String LDAPAtnDelegate.getDescription(String userOrGroupName)
          Get the description of the user or group
 String LDAPAtnDelegate.listGroupMembers(String groupName, String userOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 String LDAPAtnDelegate.listGroups(String groupNameWildcard, int maximumToReturn)
          Return a list with the groups
 boolean LDAPAtnDelegate.groupExists(String groupName)
          Return whether a group exists
 boolean LDAPAtnDelegate.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group A static group may contain users and groups.
 void LDAPAtnDelegate.createGroup(String groupName, String description)
          Create a new group
 void LDAPAtnDelegate.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Add a member to a group
 void LDAPAtnDelegate.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Remove a member from a group
 void LDAPAtnDelegate.removeGroup(String groupName)
          Remove a group
 String LDAPAtnDelegate.listMemberGroups(String userOrGroupName, boolean isSearchWithUser)
          Return a list with the groups a member belongs to
 String LDAPAtnDelegate.listUsers(String userNameWildcard, int maximumToReturn)
          Return a list of users
 boolean LDAPAtnDelegate.userExists(String userName)
          Return whether a user exists
 void LDAPAtnDelegate.createUser(String userName, String password, String description)
          Create a new user
 void LDAPAtnDelegate.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void LDAPAtnDelegate.resetUserPassword(String userName, String newPassword)
          Change the user password without having old password
 void LDAPAtnDelegate.removeUser(String userName)
          Remove a user
 String LDAPAtnDelegate.getPasswordForUser(weblogic.security.acl.internal.AuthenticatedSubject requestor, String userName)
          Get the password for a user
 void DefaultAuthenticatorImpl.setUserDescription(String name, String description)
          Set the description of the user
 void DefaultAuthenticatorImpl.setGroupDescription(String name, String description)
          Set the description of the group
 String DefaultAuthenticatorImpl.getUserDescription(String name)
          Get the description of the user
 String DefaultAuthenticatorImpl.getGroupDescription(String name)
          Get the description of the group
 String DefaultAuthenticatorImpl.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Return a list with the group members
 String DefaultAuthenticatorImpl.listGroups(String groupNameWildcard, int maximumToReturn)
          Return a list with the groups
 boolean DefaultAuthenticatorImpl.groupExists(String groupName)
          Return whether a group exists
 boolean DefaultAuthenticatorImpl.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Return whether a user/group is a member of another group
 void DefaultAuthenticatorImpl.createGroup(String groupName, String description)
          Create a new group
 void DefaultAuthenticatorImpl.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Add a member to a group
 void DefaultAuthenticatorImpl.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Remove a member from a group
 void DefaultAuthenticatorImpl.removeGroup(String userOrGroupName)
          Remove a group
 String DefaultAuthenticatorImpl.listMemberGroups(String userOrGroupName)
          Return a list with the groups a member belongs to
 String DefaultAuthenticatorImpl.listUsers(String userNameWildcard, int maximumToReturn)
          Return a list of users
 boolean DefaultAuthenticatorImpl.userExists(String userName)
          Return whether a user exists
 void DefaultAuthenticatorImpl.createUser(String userName, String password, String description)
          Create a new user
 void DefaultAuthenticatorImpl.changeUserPassword(String userName, String oldPassword, String newPassword)
          Change the user password
 void DefaultAuthenticatorImpl.resetUserPassword(String userName, String newPassword)
          Change the user password without old password
 void DefaultAuthenticatorImpl.removeUser(String userName)
          Remove a user
 void DefaultAuthenticatorImpl.importData(String format, String filename, Properties constraints)
          Imports provider specific data from LDIFT format.
 void DefaultAuthenticatorImpl.exportData(String format, String filename, Properties constraints)
          Exports provider specific data with LDIFT format.
 

Uses of InvalidParameterException in weblogic.security.providers.authorization
 

Methods in weblogic.security.providers.authorization that throw InvalidParameterException
 void DefaultRoleMapperImpl.importData(String format, String filename, Properties constraints)
          Imports provider specific data from LDIFT format.
 void DefaultRoleMapperImpl.exportData(String format, String filename, Properties constraints)
          Exports provider specific data with LDIFT format.
 String DefaultRoleMapperImpl.listRolesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of role definitions by resource type.
 String DefaultRoleMapperImpl.listRolesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of role definitions by application name.
 String DefaultRoleMapperImpl.listRolesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of role definitions for a specific J2EE component.
 String DefaultRoleMapperImpl.listRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for a specific resource.
 String DefaultRoleMapperImpl.listChildRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the children of a resource.
 String DefaultRoleMapperImpl.listRepeatingActionsRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the actions that are repeating on a resource.
 Properties DefaultRoleMapperImpl.getRole(String resourceId, String roleName)
          Obtain a role definition.
 Properties DefaultRoleMapperImpl.getRoleScopedByResource(String resourceId, String roleName)
          Obtain a role definition for a role scoped by a specified resource which may result in a globally scoped role defition.
 void DefaultAuthorizerImpl.importData(String format, String filename, Properties constraints)
          Imports provider specific data from LDIFT format.
 void DefaultAuthorizerImpl.exportData(String format, String filename, Properties constraints)
          Exports provider specific data with LDIFT format.
 String DefaultAuthorizerImpl.listPoliciesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of policy definitions by resource type.
 String DefaultAuthorizerImpl.listPoliciesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of policy definitions by application name.
 String DefaultAuthorizerImpl.listPoliciesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of policy definitions for a specific J2EE component.
 String DefaultAuthorizerImpl.listChildPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the children of a resource.
 String DefaultAuthorizerImpl.listRepeatingActionsPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the actions that are repeating on a resource.
 Properties DefaultAuthorizerImpl.getPolicy(String resourceId)
          Obtain a policy definition for a resource.
 

Uses of InvalidParameterException in weblogic.security.providers.credentials
 

Methods in weblogic.security.providers.credentials that throw InvalidParameterException
 void DefaultCredentialMapperImpl.importData(String format, String filename, Properties constraints)
          Imports provider specific data from LDIFT format.
 void DefaultCredentialMapperImpl.exportData(String format, String filename, Properties constraints)
          Exports provider specific data with LDIFT format.
 


Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.