Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04

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

Packages that use CredentialMapperMBean
com.bea.security.saml2.providers   
weblogic.management.security   
weblogic.management.security.credentials   
weblogic.security.providers.credentials   
weblogic.security.providers.saml   
 

Uses of CredentialMapperMBean in com.bea.security.saml2.providers
 

Subinterfaces of CredentialMapperMBean in com.bea.security.saml2.providers
 interface SAML2CredentialMapperMBean
          This MBean represents configuration information for the SAML2 Credential Mapping provider.
 

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.
 

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.
 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.
 interface SAMLCredentialMapperV2MBean
          This MBean represents configuration information for the SAML Credential Mapper V2 provider.
 


Copyright 1996, 2010, 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.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04