|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidParameterException | |
---|---|
weblogic.management.security | Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. |
weblogic.management.security.authentication | Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. |
weblogic.management.security.authorization | Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. |
weblogic.security.providers.saml.registry | Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. |
Uses of InvalidParameterException in weblogic.management.security |
---|
Methods in weblogic.management.security that throw InvalidParameterException | |
---|---|
void |
ExportMBean.exportData(String format,
String filename,
Properties constraints)
Exports provider specific data in a specified format. |
void |
ImportMBean.importData(String format,
String filename,
Properties constraints)
Imports provider specific data from a specified format. |
Uses of InvalidParameterException in weblogic.management.security.authentication |
---|
Methods in weblogic.management.security.authentication that throw InvalidParameterException | |
---|---|
void |
GroupEditorMBean.addMemberToGroup(String groupName,
String memberUserOrGroupName)
Adds a user or group (member) to a group. |
void |
UserPasswordEditorMBean.changeUserPassword(String userName,
String oldPassword,
String newPassword)
Used by a user to change his or her password. |
void |
GroupEditorMBean.createGroup(String groupName,
String description)
Creates a group. |
void |
UserEditorMBean.createUser(String userName,
String password,
String description)
Creates a user and sets the user's password. |
String |
GroupReaderMBean.getGroupDescription(String groupName)
Gets a group's description. |
String |
UserReaderMBean.getUserDescription(String userName)
Gets a user's description. |
boolean |
GroupReaderMBean.groupExists(String groupName)
Indicates whether the specified group exists. |
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[] |
GroupUserListerMBean.listAllUsersInGroup(String groupName,
String userNameWildcard,
int maximumToReturn)
Searches within a group for user (member) names that match a pattern. |
String |
GroupMemberListerMBean.listGroupMembers(String groupName,
String memberUserOrGroupNameWildcard,
int maximumToReturn)
Searches within a group for user and group (member) names that match a pattern. |
String |
GroupReaderMBean.listGroups(String groupNameWildcard,
int maximumToReturn)
Searches for a user name that matches a pattern. |
String |
MemberGroupListerMBean.listMemberGroups(String memberUserOrGroupName)
Lists the groups that directly contain a user or a group. |
String |
UserReaderMBean.listUsers(String userNameWildcard,
int maximumToReturn)
Searches for a user name that matches a pattern. |
void |
GroupRemoverMBean.removeGroup(String groupName)
Removes a group. |
void |
GroupEditorMBean.removeMemberFromGroup(String groupName,
String memberUserOrGroupName)
Removes a user or group (member) from a group. |
void |
UserRemoverMBean.removeUser(String userName)
Removes a user. |
void |
UserPasswordEditorMBean.resetUserPassword(String userName,
String newPassword)
Used by an administrator to change a user's password. |
void |
GroupEditorMBean.setGroupDescription(String groupName,
String description)
Sets the description for an existing group. |
void |
UserEditorMBean.setUserDescription(String userName,
String description)
Sets the description for an existing user. |
boolean |
UserReaderMBean.userExists(String userName)
Indicates whether the specified user exists. |
Uses of InvalidParameterException in weblogic.management.security.authorization |
---|
Methods in weblogic.management.security.authorization that throw InvalidParameterException | |
---|---|
Properties |
PolicyListerMBean.getPolicy(String resourceId)
Obtain a policy definition for a resource. |
Properties |
RoleListerMBean.getRole(String resourceId,
String roleName)
Obtain a role definition. |
Properties |
RoleListerMBean.getRoleScopedByResource(String resourceId,
String roleName)
Obtain a role definition for a role scoped by a specified resource. |
String |
PolicyListerMBean.listChildPolicies(String resourceId,
int maximumToReturn)
Obtain a list of policy definitions for the children of a resource. |
String |
RoleListerMBean.listChildRoles(String resourceId,
int maximumToReturn)
Obtain a list of role definitions for the children of a resource. |
String |
PolicyListerMBean.listPoliciesByApplication(String applicationName,
int maximumToReturn)
Obtain an list of policy definitions by application name. |
String |
PolicyListerMBean.listPoliciesByComponent(String componentName,
String componentType,
String applicationName,
int maximumToReturn)
Obtain an list of policy definitions for a specific J2EE component. |
String |
PolicyListerMBean.listPoliciesByResourceType(String resourceType,
int maximumToReturn)
Obtain an list of policy definitions by resource type. |
String |
PolicyListerMBean.listRepeatingActionsPolicies(String resourceId,
int maximumToReturn)
Obtain a list of policy definitions for the actions that are repeating on a resource. |
String |
RoleListerMBean.listRepeatingActionsRoles(String resourceId,
int maximumToReturn)
Obtain a list of role definitions for the actions that are repeating on a resource. |
String |
RoleListerMBean.listRoles(String resourceId,
int maximumToReturn)
Obtain a list of role definitions for a specific resource. |
String |
RoleListerMBean.listRolesByApplication(String applicationName,
int maximumToReturn)
Obtain an list of role definitions by application name. |
String |
RoleListerMBean.listRolesByComponent(String componentName,
String componentType,
String applicationName,
int maximumToReturn)
Obtain an list of role definitions for a specific J2EE component. |
String |
RoleListerMBean.listRolesByResourceType(String resourceType,
int maximumToReturn)
Obtain an list of role definitions by resource type. |
Uses of InvalidParameterException in weblogic.security.providers.saml.registry |
---|
Methods in weblogic.security.providers.saml.registry that throw InvalidParameterException | |
---|---|
void |
SAMLPartner.validate()
Validate this partner. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |