|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PKICredentialMapEditorMBean
Provides a set of methods for creating, editing, and removing a credential map that matches users, resources and credential action to keystore aliases and the corresponding passwords.
Method Summary | |
---|---|
void |
removePKICredentialMapping(String resourceId,
String principalName,
boolean isInitiatorUserName,
String credAction,
String credType)
Removes the mapping between the principalName, resourceid and credential action to the keystore alias. |
void |
setCertificateCredential(String resourceId,
String principalName,
boolean isInitiatorUserName,
String credAction,
String keystoreAlias)
Creates a public certificate mapping between the principalName, resourceid and credential action to the keystore alias. |
void |
setKeypairCredential(String resourceId,
String principalName,
boolean isInitiatorUserName,
String credAction,
String keystoreAlias,
char[] password)
Creates a keypair mapping between the principalName, resourceid and credential action to the keystore alias and the corresponding password. |
Methods inherited from interface weblogic.management.security.credentials.PKICredentialMapReaderMBean |
---|
getCertificate, getCurrentCredAction, getCurrentCredential, getCurrentInitiatorName, getCurrentResourceId, getKeystoreAlias, isInitiatorUserName, listAllCertEntryAliases, listAllKeypairEntryAliases, listMappings, listMappingsByPattern |
Methods inherited from interface weblogic.management.utils.ListerMBean |
---|
advance, close, haveCurrent |
Method Detail |
---|
void setKeypairCredential(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, 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.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(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, 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.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(String resourceId, String principalName, boolean isInitiatorUserName, String credAction, 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.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
|
Copyright 1996, 2011, 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 Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |