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.)


Uses of Interface
weblogic.management.security.credentials.CredentialMapperMBean

Packages that use CredentialMapperMBean
weblogic.management.security   
weblogic.management.security.credentials   
weblogic.security.providers.credentials   
weblogic.security.providers.saml   
 

Uses of CredentialMapperMBean in weblogic.management.security
 

Methods in weblogic.management.security that return CredentialMapperMBean
 CredentialMapperMBean[] RealmMBean.getCredentialMappers()
          Returns the Credential Mapping providers for this security realm (in invocation order).
 CredentialMapperMBean RealmMBean.createCredentialMapper(String name, String type)
          Creates a Credential Mapping provider in this security realm.
 CredentialMapperMBean RealmMBean.createCredentialMapper(String type)
          Creates a Credential Mapping provider in this security realm.
 CredentialMapperMBean RealmMBean.lookupCredentialMapper(String name)
          Finds a Credential Mapping provider in this security realm.
 

Methods in weblogic.management.security with parameters of type CredentialMapperMBean
 void RealmMBean.setCredentialMappers(CredentialMapperMBean[] credentialMappers)
          Changes the invocation order of this security realm's Credential Mapping providers.
 void RealmMBean.destroyCredentialMapper(CredentialMapperMBean credentialMapper)
          Removes the configuration for a Credential Mapping provider in this security realm.
 

Uses of CredentialMapperMBean in weblogic.management.security.credentials
 

Subinterfaces of CredentialMapperMBean in weblogic.management.security.credentials
 interface DeployableCredentialMapperMBean
          The SSPI MBean that must be extended by all Credential Mapper providers that can store credential maps created while deploying a component.
 

Uses of CredentialMapperMBean in weblogic.security.providers.credentials
 

Subinterfaces of CredentialMapperMBean in weblogic.security.providers.credentials
 interface DefaultCredentialMapperMBean
          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.
 interface PKICredentialMapperMBean
          This MBean represents configuration attributes for the PKI Credential Mapping provider.
 

Uses of CredentialMapperMBean in weblogic.security.providers.saml
 

Subinterfaces of CredentialMapperMBean in weblogic.security.providers.saml
 interface SAMLCredentialMapperMBean
          This MBean represents configuration information for the SAML Credential Mapper 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.
 


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