|
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserPasswordCredentialMapExtendedEditorMBean
Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames, including user's identity domain, and their corresponding passwords. A Credential Mapping-provider MBean can optionally extend this MBean.
Method Summary | |
---|---|
abstract void |
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 |
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. |
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapExtendedV2ReaderMBean |
---|
getCurrentMappingWLSUserIdentityDomain, getRemoteUserName |
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapExtendedReaderMBean |
---|
getCurrentMappingResourceID, listMappingsByPattern |
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapReaderMBean |
---|
getCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappings |
Methods inherited from interface weblogic.management.utils.ListerMBean |
---|
advance, close, haveCurrent |
Methods inherited from interface weblogic.management.commo.StandardInterface |
---|
getName |
Methods inherited from interface weblogic.descriptor.DescriptorBean |
---|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener |
Method Detail |
---|
void setUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain, String remoteUserName) throws NotFoundException
resourceId
- - The resource for which the credential mapping is created.wlsUserName
- - The user name of the WebLogic user.identityDomain
- - The identity domain of the WebLogic user.remoteUserName
- - The name of remote user the mapping is being created for.NotFoundException
- thrown when the user-password credential is not created before the mapping is created.void removeUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain) throws NotFoundException
resourceId
- - The resource for which the credential mapping is removed.wlsUserName
- - The user name of the WebLogic user.identityDomain
- = The identity domain of the WebLogic user.NotFoundException
- thrown of the mapping does not exist.
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |