public interface UserPasswordCredentialMapExtendedV2ReaderMBean extends UserPasswordCredentialMapExtendedReaderMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentMappingWLSUserIdentityDomain(String cursor)
Gets an identity domain associated with the WLS user from a credentials mapping that has been returned
from the
listMappings method. |
String |
getRemoteUserName(String resourceId,
String wlsUserName,
String identityDomain)
Gets the external username that is mapped to a local WebLogic username for
the specified resource.
|
getCurrentMappingResourceID, listMappingsByPatterngetCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappingsadvance, close, haveCurrentgetNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerString getRemoteUserName(String resourceId, String wlsUserName, String identityDomain) throws NotFoundException
resourceId - - The resource on which the mapping between the local WebLogic
user and the remote user was created.wlsUserName - - The local WebLogic username.identityDomain - - The identity domain of the WebLogic user.NotFoundExceptionString getCurrentMappingWLSUserIdentityDomain(String cursor) throws InvalidCursorException
listMappings method. This method
returns the identity domain associated with a username that corresponds to current location in the list.cursor - - The cursor that has been returned from the listMappings method.InvalidCursorException