DescriptorBean
, ListerMBean
, PKICredentialMapReaderMBean
, SettableBean
, StandardInterface
PKICredentialMapExtendedEditorMBean
public interface PKICredentialMapExtendedReaderMBean extends PKICredentialMapReaderMBean
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCurrentInitiatorIdentityDomain(java.lang.String cursor) |
Gets an identity domain associated with the user from a list that has been returned
from the
listMappings or the listMappingsByPattern()
method. |
java.lang.String |
getKeystoreAlias(java.lang.String resourceId,
java.lang.String userName,
java.lang.String identityDomain,
boolean isInitiatorUserName,
java.lang.String credAction,
java.lang.String credType) |
Gets the keystore alias that is mapped to a username for a particular resource and credential action.
|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
advance, close, haveCurrent
getCertificate, getCurrentCredAction, getCurrentCredential, getCurrentInitiatorName, getCurrentResourceId, getKeystoreAlias, isInitiatorUserName, listAllCertEntryAliases, listAllKeypairEntryAliases, listMappings, listMappingsByPattern
getName
java.lang.String getKeystoreAlias(java.lang.String resourceId, java.lang.String userName, java.lang.String identityDomain, boolean isInitiatorUserName, java.lang.String credAction, java.lang.String credType) throws NotFoundException
resourceId
- - The resource id that is used to map user names to keystore alias and password.
A resource object such as weblogic.security.service.ResourceManager
assigns IDs to external sources.userName
- - The username that is mapped to the alias and password.identityDomain
- - The identity domain of the user.isInitiatorUserName
- - Set true if the initiator name passed
in is the username. False otherwise.credAction
- - The credential action for which the mapping is created for.credType
- - The credential type.NotFoundException
- - This exception is thrown if
the keystore alias is not found.java.lang.String getCurrentInitiatorIdentityDomain(java.lang.String cursor) throws InvalidCursorException
listMappings
or the listMappingsByPattern()
method. This method returns the identity domain associated with the username that corresponds to current location in the list.cursor
- - The cursor that has been returned from the listMappings
method
or the listMappingsByPattern
.InvalidCursorException