DescriptorBean, ListerMBean, SettableBean, StandardInterface, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapReaderMBeanUserPasswordCredentialMapExtendedEditorMBeanpublic interface UserPasswordCredentialMapExtendedV2ReaderMBean extends UserPasswordCredentialMapExtendedReaderMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCurrentMappingWLSUserIdentityDomain(java.lang.String cursor) |
Gets an identity domain associated with the WLS user from a credentials mapping that has been returned
from the
listMappings method. |
java.lang.String |
getRemoteUserName(java.lang.String resourceId,
java.lang.String wlsUserName,
java.lang.String identityDomain) |
Gets the external username that is mapped to a local WebLogic username for
the specified resource.
|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListeneradvance, close, haveCurrentgetNamegetCurrentMappingResourceID, listMappingsByPatterngetCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappingsjava.lang.String getRemoteUserName(java.lang.String resourceId,
java.lang.String wlsUserName,
java.lang.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.NotFoundExceptionjava.lang.String getCurrentMappingWLSUserIdentityDomain(java.lang.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