public interface UserPasswordCredentialMapExtendedEditorMBean extends UserPasswordCredentialMapExtendedV2ReaderMBean
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
getCurrentMappingWLSUserIdentityDomain, getRemoteUserNamegetCurrentMappingResourceID, listMappingsByPatterngetCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappingsadvance, close, haveCurrentgetNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenervoid 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.