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

Part Number E27170-02

Uses of Class
weblogic.management.utils.NotFoundException

Packages that use NotFoundException
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
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. 
weblogic.security.providers.pk Provides interfaces for weblogic.security.providers.pk
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils   
 

Uses of NotFoundException in com.bea.security.saml2.providers
 

Methods in com.bea.security.saml2.providers that throw NotFoundException
 IdPPartner SAML2IdPPartnerRegistryMBean.getIdPPartner(String partnerName)
          Gets the IdPPartner corresponding to a partner name.
 SPPartner SAML2SPPartnerRegistryMBean.getSPPartner(String partnerName)
          Gets the SP partner corresponding to a partnerName.
 void SAML2IdPPartnerRegistryMBean.removeIdPPartner(String partnerName)
          Removes an IdPPartner from the registry.
 void SAML2SPPartnerRegistryMBean.removeSPPartner(String partnerName)
          Removes a SP partner from the registry.
 void SAML2IdPPartnerRegistryMBean.updateIdPPartner(IdPPartner partner)
          Updates an IdPPartner in the registry.
 void SAML2SPPartnerRegistryMBean.updateSPPartner(SPPartner spPartner)
          Updates a SP partner in the registry.
 

Uses of NotFoundException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw NotFoundException
 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.
 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.
 long JRockitRuntimeMBean.getLastGCEnd()
          The time at which the last garbage collection run ended.
 long JRockitRuntimeMBean.getLastGCStart()
          The time at which the last garbage collection run started.
 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.
 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.
 long JRockitRuntimeMBean.getTotalGarbageCollectionTime()
          The number of milliseconds that the Virtual Machine has spent on all garbage collection runs since the VM was started.
 boolean JRockitRuntimeMBean.isConcurrent()
          Indicates whether the VM's garbage collector runs in a separate Java thread concurrently with other Java threads.
 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.
 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.
 boolean JRockitRuntimeMBean.isGCHandlesCompaction()
          Indicates whether the VM's garbage collector compacts the Java heap.
 boolean JRockitRuntimeMBean.isGenerational()
          Indicates whether the VM's garbage collector uses a nursery space.
 boolean JRockitRuntimeMBean.isIncremental()
          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(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(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()
          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
 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.
 String GroupReaderMBean.getGroupDescription(String groupName)
          Gets a group's description.
 Object UserAttributeReaderMBean.getUserAttributeValue(String userName, String userAttributeName)
          Gets a user attribute value for a user.
 String UserReaderMBean.getUserDescription(String userName)
          Gets a user'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[] 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 MemberGroupListerMBean.listMemberGroups(String memberUserOrGroupName)
          Lists the groups that directly contain a user or a group.
 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 UserAttributeEditorMBean.setUserAttributeValue(String userName, String userAttributeName, Object newValue)
          Sets the value for a user attribute for a user.
 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
 void PolicyStoreMBean.deletePolicy(String identifier, String version)
          Deletes policy with given identifier and version.
 void PolicyStoreMBean.deletePolicySet(String identifier, String version)
          Deletes policy set with given identifier and version.
 String PolicyReaderMBean.getPolicyExpression(String resourceId)
          Returns the expression of an existing policy.
 String PolicyStoreMBean.getPolicySetStatus(String identifier, String version)
          Returns status for policy set identified by identifier and version
 String PolicyStoreMBean.getPolicyStatus(String identifier, String version)
          Returns status for policy identified by identifier and version
 String RoleAuxiliaryMBean.getRoleAuxiliary(String resourceId, String roleName)
          Get auxiliary role for a resource.
 String RoleReaderMBean.getRoleExpression(String resourceId, String roleName)
          Returns the expression that defines the role granting policy.
 String PolicyListerMBean.listAllPolicies(int maximumToReturn)
          Obtain an unsorted list of policy definitions.
 String PolicyStoreMBean.listAllPolicies()
          Returns cursor listing all policies
 String PolicyStoreMBean.listAllPoliciesAsString()
          Returns cursor listing all policies.
 String PolicyStoreMBean.listAllPolicySets()
          Returns cursor listing all policy sets
 String PolicyStoreMBean.listAllPolicySetsAsString()
          Returns cursor listing all policy sets.
 String RoleListerMBean.listAllRoles(int maximumToReturn)
          Obtain an unsorted list of role definitions.
 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 Java EE 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 Java EE component.
 String RoleListerMBean.listRolesByResourceType(String resourceType, int maximumToReturn)
          Obtain an list of role definitions by resource type.
 void PolicyStoreMBean.modifyPolicy(Policy policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(String policy)
          Updates policy.
 void PolicyStoreMBean.modifyPolicy(Policy policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicy(String policy, String status)
          Updates policy and status.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(String set)
          Updates policy set.
 void PolicyStoreMBean.modifyPolicySet(PolicySet set, String status)
          Updates policy set and status.
 void PolicyStoreMBean.modifyPolicySet(String set, String status)
          Updates policy set and status.
 void PolicyStoreMBean.modifyPolicySetStatus(String identifier, String version, String status)
          Sets status for policy set identified by identifier and version
 void PolicyStoreMBean.modifyPolicyStatus(String identifier, String version, String status)
          Sets status for policy identified by identifier and version
 Policy PolicyStoreMBean.readPolicy(String identifier, String version)
          Reads policy with specified identifier and version
 String PolicyStoreMBean.readPolicyAsString(String identifier, String version)
          Reads policy with specified identifier and version
 PolicySet PolicyStoreMBean.readPolicySet(String identifier, String version)
          Reads policy set with specified identifier and version
 String PolicyStoreMBean.readPolicySetAsString(String identifier, String version)
          Reads policy set with specified identifier and version
 void PolicyEditorMBean.removePolicy(String resourceId)
          Removes a policy.
 void RoleEditorMBean.removeRole(String resourceId, String roleName)
          Removes a role from a resource.
 void PolicyEditorMBean.setPolicyExpression(String resourceId, String expression)
          Sets a policy expression for a resource.
 void RoleEditorMBean.setRoleExpression(String resourceId, String roleName, String expression)
          Sets the policy expression for a role.
 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
 Certificate PKICredentialMapReaderMBean.getCertificate(String keystoreAlias)
          For a certificate entry this method will return the certificate corresponding to the alias.
 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.
 String UserPasswordCredentialMapReaderMBean.getRemotePassword(String resourceId, String remoteUserName)
          Deprecated. 9.0.0.0
 String UserPasswordCredentialMapReaderMBean.getRemoteUserName(String resourceId, String wlsUserName)
          Gets the external username that is mapped to a local webLogic username for the specified resource.
 String[] PKICredentialMapReaderMBean.listAllCertEntryAliases()
          Returns a list of all the public certificate aliases currently configured in the keystore.
 String[] PKICredentialMapReaderMBean.listAllKeypairEntryAliases()
          Returns a list of all the key pair aliases that currently configured in the keystore.
 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.
 void UserPasswordCredentialMapEditorMBean.removeUserPasswordCredential(String resourceId, String remoteUserName)
          Removes the credential that is created on the specified resource and remote username.
 void UserPasswordCredentialMapEditorMBean.removeUserPasswordCredentialMapping(String resourceId, String wlsUserName)
          Removes the mapping from a webLogic username to a remote username-password credential for the specified resource.
 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.
 

Uses of NotFoundException in weblogic.security.providers.pk
 

Methods in weblogic.security.providers.pk that throw NotFoundException
 void GroupCertRegManagerMBean.addCertificateToTrustGroups(String[] trustGroups, String alias)
          Add an already registered end certificate to list of trust groups.
 void GroupCertRegManagerMBean.copyFromJKS(String trustGroup, String certificateFile)
          Register all certificates contained in a JKS file to a trust group.
 void GroupCertRegManagerMBean.copyToDER(String trustGroup, String alias, String certificateFile)
          writes a certificate in a trust group to a file in DER binary format.
 void GroupCertRegManagerMBean.copyToJKS(String trustGroup, String JKSFile)
          writes all certificates in a trust group to a JKS.
 void GroupCertRegManagerMBean.copyToPEM(String trustGroup, String alias, String certificateFile)
          writes a certificate in a trust group to a file in PEM base64 encoded format.
 X509Certificate GroupCertRegManagerMBean.getCertificate(String trustGroup, String alias)
          Retrieves a certificate from the registry.
 void GroupCertRegManagerMBean.removeCertificate(String alias)
          Remove an end certificate from the registry which means it is also unregistered from trust groups (if any).
 void GroupCertRegManagerMBean.removeTrustGroup(String trustGroup)
          Remove an trust group from the registry.
 

Uses of NotFoundException in weblogic.security.providers.saml.registry
 

Methods in weblogic.security.providers.saml.registry that throw NotFoundException
 void SAMLPartnerRegistryMBean.copyToDER(String alias, String certificateFile)
          Writes a certificate in the registry to a file in DER binary format.
 void SAMLPartnerRegistryMBean.copyToPEM(String alias, String certificateFile)
          Writes a certificate in the registry to a file in PEM base64 encoded format.
 SAMLAssertingParty SAMLAssertingPartyRegistryMBean.getAssertingParty(String partnerId)
          Gets the SAMLAssertingParty corresponding to a partnerId.
 X509Certificate SAMLPartnerRegistryMBean.getCertificate(String alias)
          Retrieves a certificate from the registry.
 SAMLRelyingParty SAMLRelyingPartyRegistryMBean.getRelyingParty(String partnerId)
          Gets the SAMLRelyingParty corresponding to a partnerId.
 void SAMLAssertingPartyRegistryMBean.removeAssertingParty(String partnerId)
          Removes a SAMLAssertingParty from the registry.
 void SAMLRelyingPartyRegistryMBean.removeRelyingParty(String partnerId)
          Removes a SAMLRelyingParty from the registry.
 void SAMLPartnerRegistryMBean.unregisterCertificate(String alias)
          Unregisters an end certificate from the registry.
 void SAMLAssertingPartyRegistryMBean.updateAssertingParty(SAMLAssertingParty assertingParty)
          Updates a SAMLAssertingParty in the registry.
 void SAMLRelyingPartyRegistryMBean.updateRelyingParty(SAMLRelyingParty relyingParty)
          Updates a SAMLRelyingParty in the registry.
 

Uses of NotFoundException in weblogic.security.providers.utils
 

Methods in weblogic.security.providers.utils that throw NotFoundException
 void CertRegManagerMBean.copyToDER(String alias, String certificateFile)
          writes a certificate in the registry to a file in DER binary format.
 void CertRegManagerMBean.copyToPEM(String alias, String certificateFile)
          writes a certificate in the registry to a file in PEM base64 encoded format.
 X509Certificate CertRegManagerMBean.getCertificate(String alias)
          Retrieves a certificate from the registry.
 void CertRegManagerMBean.unregisterCertificate(String alias)
          Unregisters an end certificate from the registry.
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-02