| 
 | Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface UserPasswordCredentialMapReaderMBean
Provides a set of methods for reading credentials and credential mappings. Credential mappings match WebLogic users to remote usernames and passwords. A Credential Mapping-provider MBean can optionally extend this MBean. The WebLogic Server Administration Console detects when a Credential Mapping provider extends this MBean and automatically provides a GUI for using these methods.
In addition to being used as
 a base class that provides functionality to security provider
 MBeans, JMX applications can use this class directly as a type-safe
 interface. When used as a type-safe interface, a JMX application
 imports this class and accesses it through
 weblogic.management.MBeanHome. As of 9.0, the
 MBeanHome interface and all type-safe interfaces for
 WebLogic Server MBeans are deprecated. Instead, JMX applications that
 interact with WebLogic Server MBeans should use standard JMX design
 patterns in which clients use the
 javax.management.MBeanServerConnection interface to
 discover MBeans, attributes, and attribute types at runtime. For
 more information, see "Developing Manageable Applications with JMX"
 on http://www.oracle.com/technology/documentation/index.html.
| Method Summary | |
|---|---|
|  String | getCurrentCredentialRemotePassword(String cursor)Deprecated. 9.0.0.0 | 
|  String | getCurrentCredentialRemoteUserName(String cursor)Gets a remote username from a list that has been returned from the listCredentialsmethod. | 
|  String | getCurrentMappingRemoteUserName(String cursor)Gets an remote username from a credentials mapping that has been returned from the listMappingsmethod. | 
|  String | getCurrentMappingWLSUserName(String cursor)Gets a webLogic username from a credentials mapping that has been returned from the listMappingsmethod. | 
|  String | getRemotePassword(String resourceId,
                  String remoteUserName)Deprecated. 9.0.0.0 | 
|  String | getRemoteUserName(String resourceId,
                  String wlsUserName)Gets the external username that is mapped to a local webLogic username for the specified resource. | 
|  String | listCredentials(String resourceId)Gets a list of credentials mapped to the resource. | 
|  String | listMappings(String resourceId)Gets a list of credential mappings created for the given resource id. | 
| Methods inherited from interface weblogic.management.utils.ListerMBean | 
|---|
| advance, close, haveCurrent | 
| Method Detail | 
|---|
String getRemoteUserName(String resourceId,
                         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
String getRemotePassword(String resourceId,
                         String remoteUserName)
                         throws NotFoundException
resourceId - - The resource for which the credential was created.remoteUserName - - The external username.
NotFoundExceptionString listCredentials(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.
String getCurrentCredentialRemoteUserName(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
String getCurrentCredentialRemotePassword(String cursor)
                                          throws InvalidCursorException
listCredentials method. This method
 returns the password that corresponds to current location in the list.
 Deprecated in WLS 9.0
cursor - - The cursor that has been returned from the listCredentials method.
InvalidCursorExceptionString listMappings(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.
String getCurrentMappingWLSUserName(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.
InvalidCursorException
String getCurrentMappingRemoteUserName(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| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||