|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
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. |
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. |
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 |
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 |
RoleReaderMBean.getRoleExpression(String resourceId,
String roleName)
Returns the expression that defines the role granting policy. |
String |
PolicyStoreMBean.listAllPolicies()
Returns cursor listing all policies |
String |
PolicyListerMBean.listAllPolicies(int maximumToReturn)
Obtain an unsorted list of policy definitions. |
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 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. |
void |
PolicyStoreMBean.modifyPolicy(com.bea.common.security.xacml.policy.Policy policy)
Updates policy. |
void |
PolicyStoreMBean.modifyPolicy(com.bea.common.security.xacml.policy.Policy policy,
String status)
Updates policy and status. |
void |
PolicyStoreMBean.modifyPolicy(String policy)
Updates policy. |
void |
PolicyStoreMBean.modifyPolicy(String policy,
String status)
Updates policy and status. |
void |
PolicyStoreMBean.modifyPolicySet(com.bea.common.security.xacml.policy.PolicySet set)
Updates policy set. |
void |
PolicyStoreMBean.modifyPolicySet(com.bea.common.security.xacml.policy.PolicySet set,
String status)
Updates policy set and status. |
void |
PolicyStoreMBean.modifyPolicySet(String set)
Updates policy set. |
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 |
com.bea.common.security.xacml.policy.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 |
com.bea.common.security.xacml.policy.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. |
|
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 |