Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.security.credentials
Interface UserPasswordCredentialMapExtendedV2ReaderMBean

All Superinterfaces:
DescriptorBean, ListerMBean, SettableBean, StandardInterface, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapReaderMBean
All Known Subinterfaces:
UserPasswordCredentialMapExtendedEditorMBean

public interface UserPasswordCredentialMapExtendedV2ReaderMBean
extends UserPasswordCredentialMapExtendedReaderMBean

Provides a set of methods for reading the credential mappings. Credential mappings match WebLogic users to remote usernames and passwords.


Method Summary
abstract  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.
abstract  String getRemoteUserName(String resourceId, String wlsUserName, String identityDomain)
          Gets the external username that is mapped to a local WebLogic username for the specified resource.

 

Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapExtendedReaderMBean
getCurrentMappingResourceID, listMappingsByPattern

 

Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapReaderMBean
getCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappings

 

Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent

 

Methods inherited from interface weblogic.management.commo.StandardInterface
getName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getRemoteUserName

String getRemoteUserName(String resourceId,
                         String wlsUserName,
                         String identityDomain)
                         throws NotFoundException
Gets the external username that is mapped to a local WebLogic username for the specified resource.
Parameters:
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.
Returns:
the remote username.
Throws:
NotFoundException

getCurrentMappingWLSUserIdentityDomain

String getCurrentMappingWLSUserIdentityDomain(String cursor)
                                              throws InvalidCursorException
Gets an identity domain associated with the WLS user from a credentials mapping that has been returned from the listMappings method. This method returns the identity domain associated with a username that corresponds to current location in the list.
Parameters:
cursor - - The cursor that has been returned from the listMappings method.
Returns:
a string which is an identity domain associated with a local WLS username.
Throws:
InvalidCursorException

Skip navigation links

Copyright 1996, 2015, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09