| Package | Description | 
|---|---|
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| 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.management.security.credentials | Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| long | JRockitRuntimeMBean. getConstructorInvocationCount(java.lang.reflect.Constructor constructor) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| long | JRockitRuntimeMBean. getConstructorTiming(java.lang.reflect.Constructor constructor) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| long | JRockitRuntimeMBean. getLastGCEnd() | Deprecated. The time at which the last garbage collection run ended. | 
| long | JRockitRuntimeMBean. getLastGCStart() | Deprecated. The time at which the last garbage collection run started. | 
| long | JRockitRuntimeMBean. getMethodInvocationCount(java.lang.reflect.Method method) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| long | JRockitRuntimeMBean. getMethodTiming(java.lang.reflect.Method method) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| long | JRockitRuntimeMBean. getTotalGarbageCollectionTime() | Deprecated. The number of milliseconds that the Virtual Machine has spent on
 all garbage collection runs since the VM was started. | 
| boolean | JRockitRuntimeMBean. isConcurrent() | Deprecated. Indicates whether the VM's garbage collector runs in a separate
 Java thread concurrently with other Java threads. | 
| boolean | JRockitRuntimeMBean. isConstructorInvocationCountEnabled(java.lang.reflect.Constructor cons) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| boolean | JRockitRuntimeMBean. isConstructorTimingEnabled(java.lang.reflect.Constructor constructor) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| boolean | JRockitRuntimeMBean. isGCHandlesCompaction() | Deprecated. Indicates whether the VM's garbage collector compacts the Java
 heap. | 
| boolean | JRockitRuntimeMBean. isGenerational() | Deprecated. Indicates whether the VM's garbage collector uses a nursery
 space. | 
| boolean | JRockitRuntimeMBean. isIncremental() | Deprecated. Indicates whether the VM's garbage collector collects
 (increments) garbage as it scans the memory space and dumps the
 garbage at the end of its cycle. | 
| boolean | JRockitRuntimeMBean. isMethodInvocationCountEnabled(java.lang.reflect.Method method) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| boolean | JRockitRuntimeMBean. isMethodTimingEnabled(java.lang.reflect.Method method) | Deprecated.
 10.0.0.0 There will be no replacement for this method in future, since it will not be supported by JRockit management API. | 
| boolean | JRockitRuntimeMBean. isParallel() | Deprecated. Indicates whether the VM's garbage collector is able to run in
 parallel on multiple processors if multiple processors are
 available. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | GroupEditorMBean. addMemberToGroup(java.lang.String groupName,
                java.lang.String memberUserOrGroupName) | Adds a user or group (member) to a group. | 
| void | UserPasswordEditorMBean. changeUserPassword(java.lang.String userName,
                  java.lang.String oldPassword,
                  java.lang.String newPassword) | Used by a user to change his or her password. | 
| java.lang.String | GroupReaderMBean. getGroupDescription(java.lang.String groupName) | Gets a group's description. | 
| java.lang.Object | UserAttributeReaderMBean. getUserAttributeValue(java.lang.String userName,
                     java.lang.String userAttributeName) | Gets a user attribute value for a user. | 
| java.lang.String | UserReaderMBean. getUserDescription(java.lang.String userName) | Gets a user's description. | 
| boolean | GroupReaderMBean. isMember(java.lang.String parentGroupName,
        java.lang.String memberUserOrGroupName,
        boolean recursive) | Indicates whether a user or group is a member of the group that you specify. | 
| java.lang.String[] | GroupUserListerMBean. listAllUsersInGroup(java.lang.String groupName,
                   java.lang.String userNameWildcard,
                   int maximumToReturn) | Searches within a group for user (member) names that
 match a pattern. | 
| java.lang.String | GroupMemberListerMBean. listGroupMembers(java.lang.String groupName,
                java.lang.String memberUserOrGroupNameWildcard,
                int maximumToReturn) | Searches within a group for user and group (member) names that
 match a pattern. | 
| java.lang.String | MemberGroupListerMBean. listMemberGroups(java.lang.String memberUserOrGroupName) | Lists the groups that directly contain a user or a group. | 
| void | GroupRemoverMBean. removeGroup(java.lang.String groupName) | Removes a group. | 
| void | GroupEditorMBean. removeMemberFromGroup(java.lang.String groupName,
                     java.lang.String memberUserOrGroupName) | Removes a user or group (member) from a group. | 
| void | UserRemoverMBean. removeUser(java.lang.String userName) | Removes a user. | 
| void | UserPasswordEditorMBean. resetUserPassword(java.lang.String userName,
                 java.lang.String newPassword) | Used by an administrator to change a user's password. | 
| void | GroupEditorMBean. setGroupDescription(java.lang.String groupName,
                   java.lang.String description) | Sets the description for an existing group. | 
| void | UserAttributeEditorMBean. setUserAttributeValue(java.lang.String userName,
                     java.lang.String userAttributeName,
                     java.lang.Object newValue) | Sets the value for a user attribute for a user. | 
| void | UserEditorMBean. setUserDescription(java.lang.String userName,
                  java.lang.String description) | Sets the description for an existing user. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | PolicyStoreMBean. deletePolicy(java.lang.String identifier,
            java.lang.String version) | Deletes policy with given identifier and version. | 
| void | PolicyStoreMBean. deletePolicySet(java.lang.String identifier,
               java.lang.String version) | Deletes policy set with given identifier and version. | 
| java.lang.String | PolicyReaderMBean. getPolicyExpression(java.lang.String resourceId) | Returns the expression of an existing policy. | 
| java.lang.String | PolicyStoreMBean. getPolicySetStatus(java.lang.String identifier,
                  java.lang.String version) | Returns status for policy set identified by identifier and version | 
| java.lang.String | PolicyStoreMBean. getPolicyStatus(java.lang.String identifier,
               java.lang.String version) | Returns status for policy identified by identifier and version | 
| java.lang.String | RoleAuxiliaryMBean. getRoleAuxiliary(java.lang.String resourceId,
                java.lang.String roleName) | Get auxiliary role for a resource. | 
| java.lang.String | RoleReaderMBean. getRoleExpression(java.lang.String resourceId,
                 java.lang.String roleName) | Returns the expression that defines the role granting policy. | 
| java.lang.String | PolicyListerMBean. listAllPolicies(int maximumToReturn) | Obtain an unsorted list of policy definitions. | 
| java.lang.String | PolicyStoreMBean. listAllPolicies() | Returns cursor listing all policies | 
| java.lang.String | PolicyStoreMBean. listAllPoliciesAsString() | Returns cursor listing all policies. | 
| java.lang.String | PolicyStoreMBean. listAllPolicySets() | Returns cursor listing all policy sets | 
| java.lang.String | PolicyStoreMBean. listAllPolicySetsAsString() | Returns cursor listing all policy sets. | 
| java.lang.String | RoleListerMBean. listAllRoles(int maximumToReturn) | Obtain an unsorted list of role definitions. | 
| java.lang.String | PolicyListerMBean. listChildPolicies(java.lang.String resourceId,
                 int maximumToReturn) | Obtain a list of policy definitions for the children of a resource. | 
| java.lang.String | RoleListerMBean. listChildRoles(java.lang.String resourceId,
              int maximumToReturn) | Obtain a list of role definitions for the children of a resource. | 
| java.lang.String | PolicyListerMBean. listPoliciesByApplication(java.lang.String applicationName,
                         int maximumToReturn) | Obtain an list of policy definitions by application name. | 
| java.lang.String | PolicyListerMBean. listPoliciesByComponent(java.lang.String componentName,
                       java.lang.String componentType,
                       java.lang.String applicationName,
                       int maximumToReturn) | Obtain an list of policy definitions for a specific Java EE component. | 
| java.lang.String | PolicyListerMBean. listPoliciesByResourceType(java.lang.String resourceType,
                          int maximumToReturn) | Obtain an list of policy definitions by resource type. | 
| java.lang.String | PolicyListerMBean. listRepeatingActionsPolicies(java.lang.String resourceId,
                            int maximumToReturn) | Obtain a list of policy definitions for the actions that are repeating on a resource. | 
| java.lang.String | RoleListerMBean. listRepeatingActionsRoles(java.lang.String resourceId,
                         int maximumToReturn) | Obtain a list of role definitions for the actions that are repeating on a resource. | 
| java.lang.String | RoleListerMBean. listRoles(java.lang.String resourceId,
         int maximumToReturn) | Obtain a list of role definitions for a specific resource. | 
| java.lang.String | RoleListerMBean. listRolesByApplication(java.lang.String applicationName,
                      int maximumToReturn) | Obtain an list of role definitions by application name. | 
| java.lang.String | RoleListerMBean. listRolesByComponent(java.lang.String componentName,
                    java.lang.String componentType,
                    java.lang.String applicationName,
                    int maximumToReturn) | Obtain an list of role definitions for a specific Java EE component. | 
| java.lang.String | RoleListerMBean. listRolesByResourceType(java.lang.String resourceType,
                       int maximumToReturn) | Obtain an list of role definitions by resource type. | 
| void | PolicyStoreMBean. modifyPolicy(Policy policy) | Updates policy. | 
| void | PolicyStoreMBean. modifyPolicy(Policy policy,
            java.lang.String status) | Updates policy and status. | 
| void | PolicyStoreMBean. modifyPolicy(java.lang.String policy) | Updates policy. | 
| void | PolicyStoreMBean. modifyPolicy(java.lang.String policy,
            java.lang.String status) | Updates policy and status. | 
| void | PolicyStoreMBean. modifyPolicySet(PolicySet set) | Updates policy set. | 
| void | PolicyStoreMBean. modifyPolicySet(PolicySet set,
               java.lang.String status) | Updates policy set and status. | 
| void | PolicyStoreMBean. modifyPolicySet(java.lang.String set) | Updates policy set. | 
| void | PolicyStoreMBean. modifyPolicySet(java.lang.String set,
               java.lang.String status) | Updates policy set and status. | 
| void | PolicyStoreMBean. modifyPolicySetStatus(java.lang.String identifier,
                     java.lang.String version,
                     java.lang.String status) | Sets status for policy set identified by identifier and version | 
| void | PolicyStoreMBean. modifyPolicyStatus(java.lang.String identifier,
                  java.lang.String version,
                  java.lang.String status) | Sets status for policy identified by identifier and version | 
| Policy | PolicyStoreMBean. readPolicy(java.lang.String identifier,
          java.lang.String version) | Reads policy with specified identifier and version | 
| java.lang.String | PolicyStoreMBean. readPolicyAsString(java.lang.String identifier,
                  java.lang.String version) | Reads policy with specified identifier and version | 
| PolicySet | PolicyStoreMBean. readPolicySet(java.lang.String identifier,
             java.lang.String version) | Reads policy set with specified identifier and version | 
| java.lang.String | PolicyStoreMBean. readPolicySetAsString(java.lang.String identifier,
                     java.lang.String version) | Reads policy set with specified identifier and version | 
| void | PolicyEditorMBean. removePolicy(java.lang.String resourceId) | Removes a policy. | 
| void | RoleEditorMBean. removeRole(java.lang.String resourceId,
          java.lang.String roleName) | Removes a role from a resource. | 
| void | PolicyEditorMBean. setPolicyExpression(java.lang.String resourceId,
                   java.lang.String expression) | Sets a policy expression for a resource. | 
| void | RoleEditorMBean. setRoleExpression(java.lang.String resourceId,
                 java.lang.String roleName,
                 java.lang.String expression) | Sets the policy expression for a role. | 
| void | PredicateEditorMBean. unregisterPredicate(java.lang.String predicateClassName) | Unregisters the currently registered predicate. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.security.cert.Certificate | PKICredentialMapReaderMBean. getCertificate(java.lang.String keystoreAlias) | For a certificate entry this method will return the certificate corresponding
 to the alias. | 
| java.lang.String | PKICredentialMapExtendedReaderMBean. getKeystoreAlias(java.lang.String resourceId,
                java.lang.String userName,
                java.lang.String identityDomain,
                boolean isInitiatorUserName,
                java.lang.String credAction,
                java.lang.String credType) | Gets the keystore alias that is mapped to a username for a particular resource and credential action. | 
| java.lang.String | PKICredentialMapReaderMBean. getKeystoreAlias(java.lang.String resourceId,
                java.lang.String userName,
                boolean isInitiatorUserName,
                java.lang.String credAction,
                java.lang.String credType) | Gets the keystore alias that is mapped to a username for a particular resource and credential action. | 
| java.lang.String | UserPasswordCredentialMapReaderMBean. getRemotePassword(java.lang.String resourceId,
                 java.lang.String remoteUserName) | Deprecated.
 9.0.0.0 | 
| java.lang.String | UserPasswordCredentialMapExtendedV2ReaderMBean. getRemoteUserName(java.lang.String resourceId,
                 java.lang.String wlsUserName,
                 java.lang.String identityDomain) | Gets the external username that is mapped to a local WebLogic username for
 the specified resource. | 
| java.lang.String | UserPasswordCredentialMapReaderMBean. getRemoteUserName(java.lang.String resourceId,
                 java.lang.String wlsUserName) | Gets the external username that is mapped to a local webLogic username for
 the specified resource. | 
| java.lang.String[] | PKICredentialMapReaderMBean. listAllCertEntryAliases() | Returns a list of all the public certificate aliases currently configured
 in the keystore. | 
| java.lang.String[] | PKICredentialMapReaderMBean. listAllKeypairEntryAliases() | Returns a list of all the key pair aliases that currently configured
 in the keystore. | 
| void | PKICredentialMapEditorMBean. removePKICredentialMapping(java.lang.String resourceId,
                          java.lang.String principalName,
                          boolean isInitiatorUserName,
                          java.lang.String credAction,
                          java.lang.String credType) | Removes the mapping between the principalName, resourceid and credential action
 to the keystore alias. | 
| void | PKICredentialMapExtendedEditorMBean. removePKICredentialMapping(java.lang.String resourceId,
                          java.lang.String principalName,
                          java.lang.String identityDomain,
                          boolean isInitiatorUserName,
                          java.lang.String credAction,
                          java.lang.String credType) | Removes the mapping between the principalName, resourceid and credential action
 to the keystore alias. | 
| void | UserPasswordCredentialMapEditorMBean. removeUserPasswordCredential(java.lang.String resourceId,
                            java.lang.String remoteUserName) | Removes the credential that is created on the specified resource and
 remote username. | 
| void | UserPasswordCredentialMapEditorMBean. removeUserPasswordCredentialMapping(java.lang.String resourceId,
                                   java.lang.String wlsUserName) | Removes the mapping from a webLogic username to a remote username-password credential for
 the specified resource. | 
| void | UserPasswordCredentialMapExtendedEditorMBean. removeUserPasswordCredentialMapping(java.lang.String resourceId,
                                   java.lang.String wlsUserName,
                                   java.lang.String identityDomain) | Removes the mapping from a webLogic username to a remote username-password credential for
 the specified resource. | 
| void | UserPasswordCredentialMapEditorMBean. setUserPasswordCredentialMapping(java.lang.String resourceId,
                                java.lang.String wlsUserName,
                                java.lang.String remoteUserName) | Creates a mapping from a webLogic username to a remote username-password credential
 for the specified resource. | 
| void | UserPasswordCredentialMapExtendedEditorMBean. setUserPasswordCredentialMapping(java.lang.String resourceId,
                                java.lang.String wlsUserName,
                                java.lang.String identityDomain,
                                java.lang.String remoteUserName) | Creates a mapping from a webLogic username to a remote username-password credential
 for the specified resource. |