BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.security.providers.credentials
Interface PKICredentialMapperMBean

All Superinterfaces:
ApplicationVersionerMBean, CredentialMapperMBean, weblogic.descriptor.DescriptorBean, ExportMBean, ImportMBean, ListerMBean, PKICredentialMapEditorMBean, PKICredentialMapReaderMBean, ProviderMBean, weblogic.descriptor.SettableBean, weblogic.management.commo.StandardInterface

public interface PKICredentialMapperMBean
extends weblogic.management.commo.StandardInterface, weblogic.descriptor.DescriptorBean, CredentialMapperMBean, PKICredentialMapEditorMBean, ApplicationVersionerMBean, ImportMBean, ExportMBean

This MBean represents configuration attributes for the PKI Credential Mapping provider.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 String getDescription()
          A short description of the PKI Credential Mapping provider.
 String getKeyStoreFileName()
          No description provided.
 String getKeyStorePassPhrase()
          No description provided.
 byte[] getKeyStorePassPhraseEncrypted()
           
 String getKeyStoreProvider()
          No description provided.
 String getKeyStoreType()
          No description provided.
 String getName()
          The name of this configuration.
 String getProviderClassName()
          No description provided.
 String[] getSupportedExportConstraints()
          No description provided.
 String[] getSupportedExportFormats()
          No description provided.
 String[] getSupportedImportConstraints()
          No description provided.
 String[] getSupportedImportFormats()
          No description provided.
 String getVersion()
          The version of the PKI Credential Mapping provider.
 boolean isUseInitiatorGroupNames()
          No description provided.
 boolean isUseResourceHierarchy()
          No description provided.
 void setKeyStoreFileName(String newValue)
          No description provided.
 void setKeyStorePassPhrase(String newValue)
          No description provided.
 void setKeyStorePassPhraseEncrypted(byte[] _bytes)
           
 void setKeyStoreProvider(String newValue)
          No description provided.
 void setKeyStoreType(String newValue)
          No description provided.
 void setUseInitiatorGroupNames(boolean newValue)
          No description provided.
 void setUseResourceHierarchy(boolean newValue)
          No description provided.
 
Methods inherited from interface weblogic.management.commo.StandardInterface
setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 
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.ImportMBean
importData
 
Methods inherited from interface weblogic.management.security.ExportMBean
exportData
 

Method Detail

getDescription

public String getDescription()
A short description of the PKI Credential Mapping provider.

Specified by:
getDescription in interface ProviderMBean
Default value:
"PKI Credential Mapping Provider"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getKeyStoreFileName

public String getKeyStoreFileName()
No description provided.

Default value:
""
A dynamic MBean attribute.
false

getKeyStorePassPhrase

public String getKeyStorePassPhrase()
No description provided.

Default value:
""
A dynamic MBean attribute.
false

getKeyStorePassPhraseEncrypted

public byte[] getKeyStorePassPhraseEncrypted()
A dynamic MBean attribute.
false

getKeyStoreProvider

public String getKeyStoreProvider()
No description provided.

Default value:
""
A dynamic MBean attribute.
false

getKeyStoreType

public String getKeyStoreType()
No description provided.

Default value:
"JKS"
A dynamic MBean attribute.
false

getName

public String getName()
Description copied from interface: ProviderMBean
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Specified by:
getName in interface weblogic.management.commo.StandardInterface
Default value:
"PKICredentialMapper"
A dynamic MBean attribute.
false

getProviderClassName

public String getProviderClassName()
No description provided.

Specified by:
getProviderClassName in interface ProviderMBean
Default value:
"weblogic.security.providers.credentials.PKICredentialMapperProviderImpl"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.
Excluded: Should not appear in public javadocs
Internal: Should not appear in public javadocs

getSupportedExportConstraints

public String[] getSupportedExportConstraints()
No description provided.

Specified by:
getSupportedExportConstraints in interface ExportMBean
Default value:
"passwords"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getSupportedExportFormats

public String[] getSupportedExportFormats()
No description provided.

Specified by:
getSupportedExportFormats in interface ExportMBean
Default value:
"PKICreds"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getSupportedImportConstraints

public String[] getSupportedImportConstraints()
No description provided.

Specified by:
getSupportedImportConstraints in interface ImportMBean
Default value:
""
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getSupportedImportFormats

public String[] getSupportedImportFormats()
No description provided.

Specified by:
getSupportedImportFormats in interface ImportMBean
Default value:
"PKICreds"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

getVersion

public String getVersion()
The version of the PKI Credential Mapping provider.

Specified by:
getVersion in interface ProviderMBean
Default value:
"1.0"
A dynamic MBean attribute.
false
A non-configurable MBean attribute.

isUseInitiatorGroupNames

public boolean isUseInitiatorGroupNames()
No description provided.

Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

isUseResourceHierarchy

public boolean isUseResourceHierarchy()
No description provided.

Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

setKeyStoreFileName

public void setKeyStoreFileName(String newValue)
                         throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute KeyStoreFileName
Throws:
InvalidAttributeValueException
Default value:
""
A dynamic MBean attribute.
false

setKeyStorePassPhrase

public void setKeyStorePassPhrase(String newValue)
                           throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute KeyStorePassPhrase
Throws:
InvalidAttributeValueException
Default value:
""
A dynamic MBean attribute.
false

setKeyStorePassPhraseEncrypted

public void setKeyStorePassPhraseEncrypted(byte[] _bytes)
A dynamic MBean attribute.
false

setKeyStoreProvider

public void setKeyStoreProvider(String newValue)
                         throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute KeyStoreProvider
Throws:
InvalidAttributeValueException
Default value:
""
A dynamic MBean attribute.
false

setKeyStoreType

public void setKeyStoreType(String newValue)
                     throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute KeyStoreType
Throws:
InvalidAttributeValueException
Default value:
"JKS"
A dynamic MBean attribute.
false

setUseInitiatorGroupNames

public void setUseInitiatorGroupNames(boolean newValue)
                               throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute UseInitiatorGroupNames
Throws:
InvalidAttributeValueException
Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

setUseResourceHierarchy

public void setUseResourceHierarchy(boolean newValue)
                             throws InvalidAttributeValueException
No description provided.

Parameters:
newValue - - new value for attribute UseResourceHierarchy
Throws:
InvalidAttributeValueException
Default value:
(new java.lang.Boolean(true)).booleanValue()
A dynamic MBean attribute.
false

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.