BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


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

Packages that use CredentialMapperMBean
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
 

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.
 CredentialMapperMBean RealmImpl.createCredentialMapper(String type, boolean setName, String name)
           
 CredentialMapperMBean RealmImpl.createCredentialMapper(String name, String type)
           
 CredentialMapperMBean RealmImpl.createCredentialMapper(String type)
           
 

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.
 


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