Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Interface
weblogic.management.security.ProviderMBean

Packages that use ProviderMBean
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.management.security.audit Provides interfaces and classes for the configuration, control and monitoring of Audit security providers in a WebLogic security realm. 
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping 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. 
weblogic.management.security.pk Provides interfaces and classes for the configuration, control and monitoring of certification path security providers in a WebLogic security realm. 
weblogic.security.providers.authentication Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name user authentication. 
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of ProviderMBean in weblogic.management.security
 

Subinterfaces of ProviderMBean in weblogic.management.security
 interface ApplicationVersionerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports versionable applications.
 

Methods in weblogic.management.security with parameters of type ProviderMBean
static void ProviderValidator.validateProviders(ProviderMBean[] providers)
           
 

Uses of ProviderMBean in weblogic.management.security.audit
 

Subinterfaces of ProviderMBean in weblogic.management.security.audit
 interface AuditorMBean
          The SSPI MBean that all Audit providers must extend.
 

Uses of ProviderMBean in weblogic.management.security.authentication
 

Subinterfaces of ProviderMBean in weblogic.management.security.authentication
 interface AuthenticationProviderMBean
          The base MBean for all MBean implementations that manage Authentication providers.
 interface AuthenticatorMBean
          The SSPI MBean that all Authentication providers with login services must extend.
 interface IdentityAsserterMBean
          The SSPI MBean that all Identity Assertion providers must extend.
 interface PasswordValidatorMBean
          A marker interface to indicate a password validation provider MBean.
 interface ServletAuthenticationFilterMBean
          The SSPI MBean that all Servlet Authentication Filter providers must extend.
 

Uses of ProviderMBean in weblogic.management.security.authorization
 

Subinterfaces of ProviderMBean in weblogic.management.security.authorization
 interface AdjudicatorMBean
          The SSPI MBean that all Adjudication providers must extend.
 interface AuthorizerMBean
          The base MBean for Authorization providers.
 interface DeployableAuthorizerMBean
          The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a Web application or EJB.
 interface DeployableRoleMapperMBean
          The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.
 interface RoleMapperMBean
          The base MBean for Role Mapping providers.
 

Uses of ProviderMBean in weblogic.management.security.credentials
 

Subinterfaces of ProviderMBean in weblogic.management.security.credentials
 interface CredentialMapperMBean
          The SSPI MBean that all Credential Mapping providers must extend.
 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 ProviderMBean in weblogic.management.security.pk
 

Subinterfaces of ProviderMBean in weblogic.management.security.pk
 interface CertPathBuilderMBean
          The SSPI MBean that all certification path providers with CertPathBuilder services must extend.
 interface CertPathProviderMBean
          The base MBean for all MBean implementations that manage certification path providers.
 interface CertPathValidatorMBean
          The SSPI MBean that all certification path providers with CertPathValidator services must extend.
 interface KeyStoreMBean
          Deprecated. 8.1.0.0
 

Uses of ProviderMBean in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication with parameters of type ProviderMBean
 void CustomDBMSAuthenticatorPlugin.initialize(ProviderMBean mBean)
          Executed on initialization of the CustomDBMSAuthenticatorPlugin.
 

Uses of ProviderMBean in weblogic.security.spi
 

Methods in weblogic.security.spi with parameters of type ProviderMBean
 void SecurityProvider.initialize(ProviderMBean providerMBean, SecurityServices securityServices)
          Initializes the security provider.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02