public interface PKICredentialMapExtendedEditorMBean extends PKICredentialMapExtendedReaderMBean
Modifier and Type | Method and Description |
---|---|
void |
removePKICredentialMapping(java.lang.String resourceId,
java.lang.String principalName,
java.lang.String identityDomain,
boolean isInitiatorUserName,
java.lang.String credAction,
java.lang.String credType)
Removes the mapping between the principalName, resourceid and credential action
to the keystore alias.
|
void |
setCertificateCredential(java.lang.String resourceId,
java.lang.String principalName,
java.lang.String identityDomain,
boolean isInitiatorUserName,
java.lang.String credAction,
java.lang.String keystoreAlias)
Creates a public certificate mapping between the principalName, resourceid and
credential action to the keystore alias.
|
void |
setKeypairCredential(java.lang.String resourceId,
java.lang.String principalName,
java.lang.String identityDomain,
boolean isInitiatorUserName,
java.lang.String credAction,
java.lang.String keystoreAlias,
char[] password)
Creates a keypair mapping between the principalName, resourceid and credential action to the
keystore alias and the corresponding password.
|
getCurrentInitiatorIdentityDomain, getKeystoreAlias
getCertificate, getCurrentCredAction, getCurrentCredential, getCurrentInitiatorName, getCurrentResourceId, getKeystoreAlias, isInitiatorUserName, listAllCertEntryAliases, listAllKeypairEntryAliases, listMappings, listMappingsByPattern
advance, close, haveCurrent
getName, setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
isSet, unSet
void setKeypairCredential(java.lang.String resourceId, java.lang.String principalName, java.lang.String identityDomain, boolean isInitiatorUserName, java.lang.String credAction, java.lang.String keystoreAlias, char[] password) throws CreateException
resourceId
- - The resource for which the user name is mapped to the keystore
alias and password.principalName
- - The principalName used in the credential mapping.identityDomain
- - The identity domain associated with the principal name.isInitiatorUserName
- - True if the initiator name is a user name.
False if it is a group.credAction
- - The credential action.keystoreAlias
- - The keystore alias.password
- - The password for the keystore entry.CreateException
- - Exception thrown if the keystore alias
does not point to a keypair entry or if the
password supplied here is not correct.void setCertificateCredential(java.lang.String resourceId, java.lang.String principalName, java.lang.String identityDomain, boolean isInitiatorUserName, java.lang.String credAction, java.lang.String keystoreAlias) throws CreateException
resourceId
- - The resource for which the user name is mapped to the keystore
alias.principalName
- - The principalName used in the credential mapping.identityDomain
- - The identity domain associated with the principal name.isInitiatorUserName
- - True if the initiator name is a user name.
False if it is a group.credAction
- - The credential action.keystoreAlias
- - The keystore alias.CreateException
- - Exception thrown if the keystore alias
does not point to a certificate entry.void removePKICredentialMapping(java.lang.String resourceId, java.lang.String principalName, java.lang.String identityDomain, boolean isInitiatorUserName, java.lang.String credAction, java.lang.String credType) throws NotFoundException
resourceId
- - The resource for which the user name is mapped to the
keystore alias and password.principalName
- - The principalName used in the credential mapping.identityDomain
- - The identity domain associated with the principal name.isInitiatorUserName
- - True if the initiator name is a user name.
False if it is a group.credAction
- - The credential action.credType
- - The credential type.NotFoundException