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 UserPasswordCredentialMapExtendedEditorMBean

All Superinterfaces:
DescriptorBean, ListerMBean, SettableBean, StandardInterface, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapExtendedV2ReaderMBean, UserPasswordCredentialMapReaderMBean

public interface UserPasswordCredentialMapExtendedEditorMBean
extends UserPasswordCredentialMapExtendedV2ReaderMBean

Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames, including user's identity domain, and their corresponding passwords. A Credential Mapping-provider MBean can optionally extend this MBean.


Method Summary
abstract  void removeUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain)
          Removes the mapping from a webLogic username to a remote username-password credential for the specified resource.
abstract  void setUserPasswordCredentialMapping(String resourceId, String wlsUserName, String identityDomain, String remoteUserName)
          Creates a mapping from a webLogic username to a remote username-password credential for the specified resource.

 

Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapExtendedV2ReaderMBean
getCurrentMappingWLSUserIdentityDomain, getRemoteUserName

 

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

setUserPasswordCredentialMapping

void setUserPasswordCredentialMapping(String resourceId,
                                      String wlsUserName,
                                      String identityDomain,
                                      String remoteUserName)
                                      throws NotFoundException
Creates a mapping from a webLogic username to a remote username-password credential for the specified resource. The credential for the remoteusername for the specified resource should be created before this mapping is created.
Parameters:
resourceId - - The resource for which the credential mapping is created.
wlsUserName - - The user name of the WebLogic user.
identityDomain - - The identity domain of the WebLogic user.
remoteUserName - - The name of remote user the mapping is being created for.
Throws:
NotFoundException - thrown when the user-password credential is not created before the mapping is created.

removeUserPasswordCredentialMapping

void removeUserPasswordCredentialMapping(String resourceId,
                                         String wlsUserName,
                                         String identityDomain)
                                         throws NotFoundException
Removes the mapping from a webLogic username to a remote username-password credential for the specified resource.
Parameters:
resourceId - - The resource for which the credential mapping is removed.
wlsUserName - - The user name of the WebLogic user.
identityDomain - = The identity domain of the WebLogic user.
Throws:
NotFoundException - thrown of the mapping does not exist.

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