|
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface 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 |
getCurrentMappingResourceID(String cursor) Gets an resource id from a credentials map that has been returned from the listMappingsByPattern method. |
abstract String |
listMappingsByPattern(String resourceIdPattern, int maxToReturn) Gets a list of all credential mappings with the resource id matching the specified resource id pattern. |
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 |
---|
String listMappingsByPattern(String resourceIdPattern, int maxToReturn)
getCurrentMappingWLSUserName
and getCurrentMappingRemoteUserName()
and getCurrentMappingResourceID()
methods to return the WebLogic username and external user name and the current resource ID for the current item in the list.resourceIdPattern
- - Resource Id string pattern, that can contain '*' - wild card, and '\' - escape character.maxToReturn
- - Maximum number of returned mappingsString getCurrentMappingResourceID(String cursor) throws InvalidCursorException
listMappingsByPattern
method. This method returns the resource id that corresponds to current location in the list.cursor
- - The cursor that has been returned from the listMappings
method and the listMappingsByPattern
.InvalidCursorException
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |