|
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 PKICredentialMapperMBean
This MBean represents configuration attributes for the PKI Credential Mapping provider.
Method Summary | |
---|---|
String |
getDescription()
A short description of the PKI Credential Mapping provider. |
String |
getKeyStoreFileName()
Location of the keystore relative to the directory where the server was started. |
String |
getKeyStorePassPhrase()
The Keystore password. |
byte[] |
getKeyStorePassPhraseEncrypted()
|
String |
getKeyStoreProvider()
Represents a provider for the Java Security API that should be used. |
String |
getKeyStoreType()
The provider will generate a keystore object of this type. |
String |
getName()
The name of this configuration. |
String |
getProviderClassName()
The name of the Java class that loads the PKI Credential Mapping provider. |
String[] |
getSupportedExportConstraints()
The credential maps that you want to be exported from this PKI Credential Mapping provider's database. |
String[] |
getSupportedExportFormats()
The format of the file to export. |
String[] |
getSupportedImportConstraints()
The PKI credential maps that you want to be imported into this Credential Mapping provider's database. |
String[] |
getSupportedImportFormats()
The format of the file to import. |
String |
getVersion()
The version of the PKI Credential Mapping provider. |
boolean |
isUseInitiatorGroupNames()
Specifies whether to enables selection of credential mappings based on the group names of the initiator. |
boolean |
isUseResourceHierarchy()
Specifies whether to enable selection of credential mappings by traversing up the resource hierachy for each type of resource |
void |
setKeyStoreFileName(String newValue)
Location of the keystore relative to the directory where the server was started. |
void |
setKeyStorePassPhrase(String newValue)
The Keystore password. |
void |
setKeyStorePassPhraseEncrypted(byte[] _bytes)
|
void |
setKeyStoreProvider(String newValue)
Represents a provider for the Java Security API that should be used. |
void |
setKeyStoreType(String newValue)
The provider will generate a keystore object of this type. |
void |
setUseInitiatorGroupNames(boolean newValue)
Specifies whether to enables selection of credential mappings based on the group names of the initiator. |
void |
setUseResourceHierarchy(boolean newValue)
Specifies whether to enable selection of credential mappings by traversing up the resource hierachy for each type of resource |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Methods inherited from interface weblogic.management.security.credentials.PKICredentialMapEditorMBean |
---|
removePKICredentialMapping, setCertificateCredential, setKeypairCredential |
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 |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Methods inherited from interface weblogic.management.security.ImportMBean |
---|
importData |
Methods inherited from interface weblogic.management.security.ExportMBean |
---|
exportData |
Method Detail |
---|
String getProviderClassName()
The name of the Java class that loads the PKI Credential Mapping provider.
String getDescription()
A short description of the PKI Credential Mapping provider.
A short description of the PKI Credential Mapping provider.
getDescription
in interface ProviderMBean
String getVersion()
The version of the PKI Credential Mapping provider.
getVersion
in interface ProviderMBean
String[] getSupportedImportFormats()
The format of the file to import. The list of supported import formats is determined by the PKI Credential Mapping provider from which the credential maps were originally exported.
getSupportedImportFormats
in interface ImportMBean
String[] getSupportedImportConstraints()
The PKI credential maps that you want to be imported into this Credential Mapping provider's database. If no constraints are specified, all are imported.
getSupportedImportConstraints
in interface ImportMBean
String[] getSupportedExportFormats()
The format of the file to export. The list of supported export formats is determined by this PKI Credential Mapping provider.
getSupportedExportFormats
in interface ExportMBean
String[] getSupportedExportConstraints()
The credential maps that you want to be exported from this PKI Credential Mapping provider's database. If no constraints are specified, all are exported.
getSupportedExportConstraints
in interface ExportMBean
String getKeyStoreType()
The provider will generate a keystore object of this type. Default is JKS.
void setKeyStoreType(String newValue) throws InvalidAttributeValueException
The provider will generate a keystore object of this type. Default is JKS.
newValue
- - new value for attribute KeyStoreType
InvalidAttributeValueException
String getKeyStoreProvider()
Represents a provider for the Java Security API that should be used.
void setKeyStoreProvider(String newValue) throws InvalidAttributeValueException
Represents a provider for the Java Security API that should be used.
newValue
- - new value for attribute KeyStoreProvider
InvalidAttributeValueException
String getKeyStoreFileName()
Location of the keystore relative to the directory where the server was started.
void setKeyStoreFileName(String newValue) throws InvalidAttributeValueException
Location of the keystore relative to the directory where the server was started.
newValue
- - new value for attribute KeyStoreFileName
InvalidAttributeValueException
String getKeyStorePassPhrase()
The Keystore password.
void setKeyStorePassPhrase(String newValue) throws InvalidAttributeValueException
The Keystore password.
newValue
- - new value for attribute KeyStorePassPhrase
InvalidAttributeValueException
boolean isUseResourceHierarchy()
Specifies whether to enable selection of credential mappings by traversing up the resource hierachy for each type of resource
void setUseResourceHierarchy(boolean newValue) throws InvalidAttributeValueException
Specifies whether to enable selection of credential mappings by traversing up the resource hierachy for each type of resource
newValue
- - new value for attribute UseResourceHierarchy
InvalidAttributeValueException
boolean isUseInitiatorGroupNames()
Specifies whether to enables selection of credential mappings based on the group names of the initiator.
void setUseInitiatorGroupNames(boolean newValue) throws InvalidAttributeValueException
Specifies whether to enables selection of credential mappings based on the group names of the initiator.
newValue
- - new value for attribute UseInitiatorGroupNames
InvalidAttributeValueException
String getName()
ProviderMBean
getName
in interface ProviderMBean
void setKeyStorePassPhraseEncrypted(byte[] _bytes)
byte[] getKeyStorePassPhraseEncrypted()
|
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 |