DescriptorBean, ListerMBean, SettableBean, StandardInterface, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapExtendedV2ReaderMBean, UserPasswordCredentialMapReaderMBeanpublic interface UserPasswordCredentialMapExtendedEditorMBean extends UserPasswordCredentialMapExtendedV2ReaderMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| void | 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 | 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. | 
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListeneradvance, close, haveCurrentgetNamegetCurrentMappingResourceID, listMappingsByPatterngetCurrentMappingWLSUserIdentityDomain, getRemoteUserNamegetCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappingsvoid setUserPasswordCredentialMapping(java.lang.String resourceId,
                                      java.lang.String wlsUserName,
                                      java.lang.String identityDomain,
                                      java.lang.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(java.lang.String resourceId,
                                         java.lang.String wlsUserName,
                                         java.lang.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.