Oracle

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.createCredentialMapper(String type)
          Creates a Credential Mapping provider in this security realm.
 CredentialMapperMBean RealmMBean.createCredentialMapper(String name, String type)
          Creates a Credential Mapping provider in this security realm.
 CredentialMapperMBean[] RealmMBean.getCredentialMappers()
          Returns the Credential Mapping providers for this security realm (in invocation order).
 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.destroyCredentialMapper(CredentialMapperMBean credentialMapper)
          Removes the configuration for a Credential Mapping provider in this security realm.
 void RealmMBean.setCredentialMappers(CredentialMapperMBean[] credentialMappers)
          Changes the invocation order of this security realm's Credential Mapping providers.
 

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/docs103
Copyright 1996,2008, 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.