DescriptorBean, ListerMBean, SettableBean, StandardInterfaceUserPasswordCredentialMapEditorMBean, UserPasswordCredentialMapExtendedEditorMBean, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapExtendedV2ReaderMBeanpublic interface UserPasswordCredentialMapReaderMBean extends ListerMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getCurrentCredentialRemotePassword(java.lang.String cursor) | Deprecated.
 9.0.0.0 | 
| java.lang.String | getCurrentCredentialRemoteUserName(java.lang.String cursor) | Gets a remote username from a list that has been returned
 from the  listCredentialsmethod. | 
| java.lang.String | getCurrentMappingRemoteUserName(java.lang.String cursor) | Gets an remote username from a credentials mapping that has been returned
 from the  listMappingsmethod. | 
| java.lang.String | getCurrentMappingWLSUserName(java.lang.String cursor) | Gets a webLogic username from a credentials mapping that has been returned
 from the  listMappingsmethod. | 
| java.lang.String | getRemotePassword(java.lang.String resourceId,
                 java.lang.String remoteUserName) | Deprecated.
 9.0.0.0 | 
| java.lang.String | getRemoteUserName(java.lang.String resourceId,
                 java.lang.String wlsUserName) | Gets the external username that is mapped to a local webLogic username for
 the specified resource. | 
| java.lang.String | listCredentials(java.lang.String resourceId) | Gets a list of credentials mapped to the resource. | 
| java.lang.String | listMappings(java.lang.String resourceId) | Gets a list of credential mappings created for the given resource id. | 
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListeneradvance, close, haveCurrentgetNamejava.lang.String getRemoteUserName(java.lang.String resourceId,
                                   java.lang.String wlsUserName)
                            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.NotFoundException@Deprecated
java.lang.String getRemotePassword(java.lang.String resourceId,
                                   java.lang.String remoteUserName)
                            throws NotFoundException
resourceId - - The resource for which the credential was created.remoteUserName - - The external username.NotFoundExceptionjava.lang.String listCredentials(java.lang.String resourceId)
getCurrentCredentialRemoteUserName
 and getCurrentCredentialRemotePassword methods to get
 the username and password for the current item in the list.resourceId - - The resource for which the credentials are to be returned.java.lang.String getCurrentCredentialRemoteUserName(java.lang.String cursor)
                                             throws InvalidCursorException
listCredentials method. This method returns the
 remote username that corresponds to current location in the list.cursor - - The cursor that has been returned from the listCredentials method.InvalidCursorException@Deprecated
java.lang.String getCurrentCredentialRemotePassword(java.lang.String cursor)
                                             throws InvalidCursorException
listCredentials method. This method
 returns the password that corresponds to current location in the list.
 Deprecated in WLS 9.0cursor - - The cursor that has been returned from the listCredentials method.InvalidCursorExceptionjava.lang.String listMappings(java.lang.String resourceId)
getCurrentMappingWLSUserName
 and getCurrentMappingRemoteUserName methods to return the
 webLogic username and remote user name for the current item in the list.resourceId - - The resource for which the credential mappings are to be returned.java.lang.String getCurrentMappingWLSUserName(java.lang.String cursor)
                                       throws InvalidCursorException
listMappings method. This method
 returns the local webLogic username that corresponds to current location in the list.cursor - - The cursor that has been returned from the listMappings method.InvalidCursorExceptionjava.lang.String getCurrentMappingRemoteUserName(java.lang.String cursor)
                                          throws InvalidCursorException
listMappings method. This method
 returns the remote username that corresponds to current location in the list.cursor - - The cursor that has been returned from the listMappings method.InvalidCursorException