| 
 | Oracle | ||||||||||
| 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| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||