Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.management.utils.NotFoundException

Packages that use NotFoundException
weblogic.management.runtime   
weblogic.management.security.authentication   
weblogic.management.security.authorization   
weblogic.management.security.credentials   

 

Uses of NotFoundException in weblogic.management.runtime

 

Methods in weblogic.management.runtime that throw NotFoundException
abstract  long JRockitRuntimeMBean.getConstructorInvocationCount(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.
abstract  long JRockitRuntimeMBean.getConstructorTiming(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.
abstract  long JRockitRuntimeMBean.getLastGCEnd()
          Deprecated. The time at which the last garbage collection run ended.
abstract  long JRockitRuntimeMBean.getLastGCStart()
          Deprecated. The time at which the last garbage collection run started.
abstract  long JRockitRuntimeMBean.getMethodInvocationCount(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.
abstract  long JRockitRuntimeMBean.getMethodTiming(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.
abstract  long JRockitRuntimeMBean.getTotalGarbageCollectionTime()
          Deprecated. The number of milliseconds that the Virtual Machine has spent on all garbage collection runs since the VM was started.
abstract  boolean JRockitRuntimeMBean.isConcurrent()
          Deprecated. Indicates whether the VM's garbage collector runs in a separate Java thread concurrently with other Java threads.
abstract  boolean JRockitRuntimeMBean.isConstructorInvocationCountEnabled(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.
abstract  boolean JRockitRuntimeMBean.isConstructorTimingEnabled(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.
abstract  boolean JRockitRuntimeMBean.isGCHandlesCompaction()
          Deprecated. Indicates whether the VM's garbage collector compacts the Java heap.
abstract  boolean JRockitRuntimeMBean.isGenerational()
          Deprecated. Indicates whether the VM's garbage collector uses a nursery space.
abstract  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.
abstract  boolean JRockitRuntimeMBean.isMethodInvocationCountEnabled(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.
abstract  boolean JRockitRuntimeMBean.isMethodTimingEnabled(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.
abstract  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.

 

Uses of NotFoundException in weblogic.management.security.authentication

 

Methods in weblogic.management.security.authentication that throw NotFoundException
abstract  void GroupEditorMBean.addMemberToGroup(String groupName, String memberUserOrGroupName)
          Adds a user or group (member) to a group.
abstract  void UserPasswordEditorMBean.changeUserPassword(String userName, String oldPassword, String newPassword)
          Used by a user to change his or her password.
abstract  String GroupReaderMBean.getGroupDescription(String groupName)
          Gets a group's description.
abstract  Object UserAttributeReaderMBean.getUserAttributeValue(String userName, String userAttributeName)
          Gets a user attribute value for a user.
abstract  String UserReaderMBean.getUserDescription(String userName)
          Gets a user's description.
abstract  boolean GroupReaderMBean.isMember(String parentGroupName, String memberUserOrGroupName, boolean recursive)
          Indicates whether a user or group is a member of the group that you specify.
abstract  String[] GroupUserListerMBean.listAllUsersInGroup(String groupName, String userNameWildcard, int maximumToReturn)
          Searches within a group for user (member) names that match a pattern.
abstract  String GroupMemberListerMBean.listGroupMembers(String groupName, String memberUserOrGroupNameWildcard, int maximumToReturn)
          Searches within a group for user and group (member) names that match a pattern.
abstract  String MemberGroupListerMBean.listMemberGroups(String memberUserOrGroupName)
          Lists the groups that directly contain a user or a group.
abstract  void GroupRemoverMBean.removeGroup(String groupName)
          Removes a group.
abstract  void GroupEditorMBean.removeMemberFromGroup(String groupName, String memberUserOrGroupName)
          Removes a user or group (member) from a group.
abstract  void UserRemoverMBean.removeUser(String userName)
          Removes a user.
abstract  void UserPasswordEditorMBean.resetUserPassword(String userName, String newPassword)
          Used by an administrator to change a user's password.
abstract  void GroupEditorMBean.setGroupDescription(String groupName, String description)
          Sets the description for an existing group.
abstract  void UserAttributeEditorMBean.setUserAttributeValue(String userName, String userAttributeName, Object newValue)
          Sets the value for a user attribute for a user.
abstract  void UserEditorMBean.setUserDescription(String userName, String description)
          Sets the description for an existing user.

 

Uses of NotFoundException in weblogic.management.security.authorization

 

Methods in weblogic.management.security.authorization that throw NotFoundException
abstract  void PolicyStoreMBean.deletePolicy(String identifier, String version)
          Deletes policy with given identifier and version.
abstract  void PolicyStoreMBean.deletePolicySet(String identifier, String version)
          Deletes policy set with given identifier and version.
abstract  String PolicyReaderMBean.getPolicyExpression(String resourceId)
          Returns the expression of an existing policy.
abstract  String PolicyStoreMBean.getPolicySetStatus(String identifier, String version)
          Returns status for policy set identified by identifier and version
abstract  String PolicyStoreMBean.getPolicyStatus(String identifier, String version)
          Returns status for policy identified by identifier and version
abstract  String RoleAuxiliaryMBean.getRoleAuxiliary(String resourceId, String roleName)
          Get auxiliary role for a resource.
abstract  String RoleReaderMBean.getRoleExpression(String resourceId, String roleName)
          Returns the expression that defines the role granting policy.
abstract  String PolicyListerMBean.listAllPolicies(int maximumToReturn)
          Obtain an unsorted list of policy definitions.
abstract  String PolicyStoreMBean.listAllPolicies()
          Returns cursor listing all policies
abstract  String PolicyStoreMBean.listAllPoliciesAsString()
          Returns cursor listing all policies.
abstract  String PolicyStoreMBean.listAllPolicySets()
          Returns cursor listing all policy sets
abstract  String PolicyStoreMBean.listAllPolicySetsAsString()
          Returns cursor listing all policy sets.
abstract  String RoleListerMBean.listAllRoles(int maximumToReturn)
          Obtain an unsorted list of role definitions.
abstract  String PolicyListerMBean.listChildPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the children of a resource.
abstract  String RoleListerMBean.listChildRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the children of a resource.
abstract  String PolicyListerMBean.listPoliciesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of policy definitions by application name.
abstract  String PolicyListerMBean.listPoliciesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of policy definitions for a specific Java EE component.
abstract  String PolicyListerMBean.listPoliciesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of policy definitions by resource type.
abstract  String PolicyListerMBean.listRepeatingActionsPolicies(String resourceId, int maximumToReturn)
          Obtain a list of policy definitions for the actions that are repeating on a resource.
abstract  String RoleListerMBean.listRepeatingActionsRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for the actions that are repeating on a resource.
abstract  String RoleListerMBean.listRoles(String resourceId, int maximumToReturn)
          Obtain a list of role definitions for a specific resource.
abstract  String RoleListerMBean.listRolesByApplication(String applicationName, int maximumToReturn)
          Obtain an list of role definitions by application name.
abstract  String RoleListerMBean.listRolesByComponent(String componentName, String componentType, String applicationName, int maximumToReturn)
          Obtain an list of role definitions for a specific J2EE component.
abstract  String RoleListerMBean.listRolesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of role definitions by resource type.
abstract  void PolicyStoreMBean.modifyPolicy(Policy policy)
          Updates policy.
abstract  void PolicyStoreMBean.modifyPolicy(String policy)
          Updates policy.
abstract  void PolicyStoreMBean.modifyPolicy(Policy policy, String status)
          Updates policy and status.
abstract  void PolicyStoreMBean.modifyPolicy(String policy, String status)
          Updates policy and status.
abstract  void PolicyStoreMBean.modifyPolicySet(PolicySet set)
          Updates policy set.
abstract  void PolicyStoreMBean.modifyPolicySet(String set)
          Updates policy set.
abstract  void PolicyStoreMBean.modifyPolicySet(PolicySet set, String status)
          Updates policy set and status.
abstract  void PolicyStoreMBean.modifyPolicySet(String set, String status)
          Updates policy set and status.
abstract  void PolicyStoreMBean.modifyPolicySetStatus(String identifier, String version, String status)
          Sets status for policy set identified by identifier and version
abstract  void PolicyStoreMBean.modifyPolicyStatus(String identifier, String version, String status)
          Sets status for policy identified by identifier and version
abstract  Policy PolicyStoreMBean.readPolicy(String identifier, String version)
          Reads policy with specified identifier and version
abstract  String PolicyStoreMBean.readPolicyAsString(String identifier, String version)
          Reads policy with specified identifier and version
abstract  PolicySet PolicyStoreMBean.readPolicySet(String identifier, String version)
          Reads policy set with specified identifier and version
abstract  String PolicyStoreMBean.readPolicySetAsString(String identifier, String version)
          Reads policy set with specified identifier and version
abstract  void PolicyEditorMBean.removePolicy(String resourceId)
          Removes a policy.
abstract  void RoleEditorMBean.removeRole(String resourceId, String roleName)
          Removes a role from a resource.
abstract  void PolicyEditorMBean.setPolicyExpression(String resourceId, String expression)
          Sets a policy expression for a resource.
abstract  void RoleEditorMBean.setRoleExpression(String resourceId, String roleName, String expression)
          Sets the policy expression for a role.
abstract  void PredicateEditorMBean.unregisterPredicate(String predicateClassName)
          Unregisters the currently registered predicate.

 

Uses of NotFoundException in weblogic.management.security.credentials

 

Methods in weblogic.management.security.credentials that throw NotFoundException
abstract  Certificate PKICredentialMapReaderMBean.getCertificate(String keystoreAlias)
          For a certificate entry this method will return the certificate corresponding to the alias.
abstract  String PKICredentialMapExtendedReaderMBean.getKeystoreAlias(String resourceId, String userName, String identityDomain, boolean isInitiatorUserName, String credAction, String credType)
          Gets the keystore alias that is mapped to a username for a particular resource and credential action.
abstract  String PKICredentialMapReaderMBean.getKeystoreAlias(String resourceId, String userName, boolean isInitiatorUserName, String credAction, String credType)
          Gets the keystore alias that is mapped to a username for a particular resource and credential action.
abstract  String UserPasswordCredentialMapReaderMBean.getRemotePassword(String resourceId, String remoteUserName)
          Deprecated. 9.0.0.0
abstract  String UserPasswordCredentialMapExtendedV2ReaderMBean.getRemoteUserName(String resourceId, String wlsUserName, String identityDomain)
          Gets the external username that is mapped to a local WebLogic username for the specified resource.
abstract  String UserPasswordCredentialMapReaderMBean.getRemoteUserName(String resourceId, String wlsUserName)
          Gets the external username that is mapped to a local webLogic username for the specified resource.
abstract  String[] PKICredentialMapReaderMBean.listAllCertEntryAliases()
          Returns a list of all the public certificate aliases currently configured in the keystore.
abstract  String[] PKICredentialMapReaderMBean.listAllKeypairEntryAliases()
          Returns a list of all the key pair aliases that currently configured in the keystore.
abstract  void PKICredentialMapEditorMBean.removePKICredentialMapping(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, String credType)
          Removes the mapping between the principalName, resourceid and credential action to the keystore alias.
abstract  void PKICredentialMapExtendedEditorMBean.removePKICredentialMapping(String resourceId, String principalName, String identityDomain, boolean isInitiatorUserName, String credAction, String credType)
          Removes the mapping between the principalName, resourceid and credential action to the keystore alias.
abstract  void UserPasswordCredentialMapEditorMBean.removeUserPasswordCredential(String resourceId, String remoteUserName)
          Removes the credential that is created on the specified resource and remote username.
abstract  void UserPasswordCredentialMapEditorMBean.removeUserPasswordCredentialMapping(String resourceId, String wlsUserName)
          Removes the mapping from a webLogic username to a remote username-password credential for the specified resource.
abstract  void UserPasswordCredentialMapExtendedEditorMBean.removeUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain)
          Removes the mapping from a webLogic username to a remote username-password credential for the specified resource.
abstract  void UserPasswordCredentialMapEditorMBean.setUserPasswordCredentialMapping(String resourceId, String wlsUserName, String remoteUserName)
          Creates a mapping from a webLogic username to a remote username-password credential for the specified resource.
abstract  void UserPasswordCredentialMapExtendedEditorMBean.setUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain, String remoteUserName)
          Creates a mapping from a webLogic username to a remote username-password credential for the specified resource.

 


Skip navigation links

Copyright 1996, 2015, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09