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 DefaultCredentialMapperMBean

All Superinterfaces:
ApplicationVersionerMBean, CredentialMapperMBean, DeployableCredentialMapperMBean, weblogic.descriptor.DescriptorBean, ExportMBean, ImportMBean, ListerMBean, ProviderMBean, weblogic.descriptor.SettableBean, weblogic.management.commo.StandardInterface, UserPasswordCredentialMapEditorMBean, UserPasswordCredentialMapExtendedReaderMBean, UserPasswordCredentialMapReaderMBean

public interface DefaultCredentialMapperMBean
extends weblogic.management.commo.StandardInterface, weblogic.descriptor.DescriptorBean, DeployableCredentialMapperMBean, UserPasswordCredentialMapEditorMBean, UserPasswordCredentialMapExtendedReaderMBean, ApplicationVersionerMBean, ImportMBean, ExportMBean

This MBean represents configuration attributes for the WebLogic Credential Mapping provider.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

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

Method Summary
 String getDescription()
          A short description of the WebLogic Credential Mapping provider.
 String getName()
          The name of this configuration.
 String getProviderClassName()
          No description provided.
 String[] getSupportedExportConstraints()
          The credential maps that you want to be exported from this Credential Mapping provider's database.
 String[] getSupportedExportFormats()
          The format of the file to export.
 String[] getSupportedImportConstraints()
          The credential maps that you want to be imported into this Credential Mapping provider's database.
 String[] getSupportedImportFormats()
          The format of the fie to import.
 String getVersion()
          The version of the WebLogic Credential Mapping provider.
 
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.credentials.DeployableCredentialMapperMBean
isCredentialMappingDeploymentEnabled, setCredentialMappingDeploymentEnabled
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapEditorMBean
removeUserPasswordCredential, removeUserPasswordCredentialMapping, setUserPasswordCredential, setUserPasswordCredentialMapping
 
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapReaderMBean
getCurrentCredentialRemotePassword, getCurrentCredentialRemoteUserName, getCurrentMappingRemoteUserName, getCurrentMappingWLSUserName, getRemotePassword, getRemoteUserName, listCredentials, listMappings
 
Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent
 
Methods inherited from interface weblogic.management.security.credentials.UserPasswordCredentialMapExtendedReaderMBean
getCurrentMappingResourceID, listMappingsByPattern
 
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 WebLogic Credential Mapping provider.

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

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:
"DefaultCredentialMapper"
A dynamic MBean attribute.
false

getProviderClassName

public String getProviderClassName()
No description provided.

Specified by:
getProviderClassName in interface ProviderMBean
Default value:
"weblogic.security.providers.credentials.DefaultCredentialMapperProviderImpl"
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()
The credential maps that you want to be exported from this Credential Mapping provider's database. If none are specified, all are exported.

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

getSupportedExportFormats

public String[] getSupportedExportFormats()
The format of the file to export. The list of supported export formats is determined by this Credential Mapping provider.

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

getSupportedImportConstraints

public String[] getSupportedImportConstraints()
The credential maps that you want to be imported into this Credential Mapping provider's database. If none are specified, all are imported.

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

getSupportedImportFormats

public String[] getSupportedImportFormats()
The format of the fie to import. The list of supported import formats is determined by the Credential Mapping provider from which the credential maps were originally exported.

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

getVersion

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

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

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