Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.management.security.ProviderMBean

Packages that use ProviderMBean
com.bea.security.providers.authentication.passwordvalidator Provides configuration information for the System Password Validator provider. 
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
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.audit Provides an interface to configure the WebLogic Auditing provider. 
weblogic.security.providers.authentication Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name user authentication. 
weblogic.security.providers.authorization Provides interfaces for the WebLogic Adjudication, Authorization, and Role Mapping providers. 
weblogic.security.providers.credentials Provides interfaces for the WebLogic and PKI Credential Mapping provider. 
weblogic.security.providers.pk Provides interfaces for CertPath and Keystore providers. 
weblogic.security.providers.realmadapter Provides interfaces for Realm Adapter Adjudication, Auditing, Authentication, and Authorization providers. 
weblogic.security.providers.saml Provides interfaces and classes for the configuration, control, and monitoring of SAML 1.1 security providers in a WebLogic security realm. 
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils Provides the interface for the CertRegManager used to manage the certificate registry stored in the embedded LDAP server. 
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of ProviderMBean in com.bea.security.providers.authentication.passwordvalidator
 

Subinterfaces of ProviderMBean in com.bea.security.providers.authentication.passwordvalidator
 interface SystemPasswordValidatorMBean
          This MBean represents configuration information for the System Password Validator provider.
 

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

Subinterfaces of ProviderMBean in com.bea.security.saml2.providers
 interface SAML2CredentialMapperMBean
          This MBean represents configuration information for the SAML2 Credential Mapping provider.
 interface SAML2IdentityAsserterMBean
          This MBean represents configuration information for the SAML2 Identity Assertion provider.
 interface SAML2IdPPartnerRegistryMBean
          The SAMLIdPPartnerRegistry is used manage a registry of SAML 2.0 Identity Provider partners.
 interface SAML2PartnerRegistryMBean
          The SAMLPartnerRegistry provides utilities common to a registry of SAML partners.
 interface SAML2SPPartnerRegistryMBean
          The SAML2SPPartnerRegistry is used manage a registry of SAML 2.0 SP partners.
 

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

Subinterfaces of ProviderMBean in weblogic.security.providers.audit
 interface DefaultAuditorMBean
          This MBean represents configuration information for the WebLogic Auditing provider.
 

Uses of ProviderMBean in weblogic.security.providers.authentication
 

Subinterfaces of ProviderMBean in weblogic.security.providers.authentication
 interface ActiveDirectoryAuthenticatorMBean
          The MBean that represents LDAP schema definitions for the Active Directory LDAP Authentication provider.
 interface CustomDBMSAuthenticatorMBean
          The MBean that represents configuration information for the Custom DBMS Authentication provider.
 interface DBMSAuthenticatorMBean
          This MBean contains attributes for DBMS Authentication providers.
 interface DefaultAuthenticatorMBean
          The MBean that represents configuration attributes for the WebLogic Authentication provider.
 interface DefaultIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Identity Assertion provider.
 interface IPlanetAuthenticatorMBean
          This MBean represents LDAP schema definitions for the iPlanet LDAP provider.
 interface LDAPAuthenticatorMBean
          This MBean contains attributes for the LDAP servers supported by the LDAP Authentication providers.
 interface LDAPX509IdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic LDAP X509 Identity Assertion provider.
 interface LoginExceptionPropagatorMBean
          No description provided.
 interface NegotiateIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Negotiate Identity Assertion provider.
 interface NovellAuthenticatorMBean
          This MBean represents the LDAP schema definitions for the Novell NDS LDAP provider.
 interface OpenLDAPAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Open LDAP Authentication provider.
 interface OracleInternetDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Internet Directory LDAP Authentication provider.
 interface OracleVirtualDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Virtual Directory Authentication provider.
 interface ReadOnlySQLAuthenticatorMBean
          This MBean contains configuration information for the Read-Only SQL Authentication provider.
 interface SQLAuthenticatorMBean
          This MBean contains configuration information for the SQL Authentication Provider.
 interface VirtualUserAuthenticatorMBean
          The MBean that represents configuration attributes for the Virtual User Authentication provider.
 interface WindowsNTAuthenticatorMBean
          This MBean contains configuration information for the Windows NT Authetication Provider
 

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.providers.authorization
 

Subinterfaces of ProviderMBean in weblogic.security.providers.authorization
 interface DefaultAdjudicatorMBean
          This MBean defines configuration attributes for the WebLogic Adjudication provider.
 interface DefaultAuthorizerMBean
          This MBean represents configuration attributes for the WebLogic Authorization provider.
 interface DefaultRoleMapperMBean
          This MBean represents configuration attributes for the WebLogic Role Mapping provider.
 

Uses of ProviderMBean in weblogic.security.providers.credentials
 

Subinterfaces of ProviderMBean 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 ProviderMBean in weblogic.security.providers.pk
 

Subinterfaces of ProviderMBean in weblogic.security.providers.pk
 interface CertificateRegistryMBean
          The CertificateRegistryMBean is used to configure and manage the Certificate registry.
 interface DefaultKeyStoreMBean
          Deprecated.  
 interface GroupCertRegManagerMBean
          The GroupCertRegManager is used to manage a certificate trust group in the certificate registry that is stored in the embedded LDAP server.
 interface WebLogicCertPathProviderMBean
          The WebLogicCertPathProviderMBean is used to configure the WebLogic CertPath provider.
 

Uses of ProviderMBean in weblogic.security.providers.realmadapter
 

Subinterfaces of ProviderMBean in weblogic.security.providers.realmadapter
 interface RealmAdapterAdjudicatorMBean
          The MBean for the Realm Adapter Adjudication provider.
 interface RealmAdapterAuditorMBean
          The MBean for the Realm Adapter Auditing provider.
 interface RealmAdapterAuthenticatorMBean
          The MBean for the Realm Adapter Authentication provider.
 interface RealmAdapterAuthorizerMBean
          The MBean for the Realm Adapter Authorization provider.
 

Uses of ProviderMBean in weblogic.security.providers.saml
 

Subinterfaces of ProviderMBean in weblogic.security.providers.saml
 interface SAMLAuthenticatorMBean
          This MBean represents configuration information for the SAML Authentication provider.
 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.
 interface SAMLIdentityAsserterMBean
          This MBean represents configuration information for the SAML Identity Assertion provider.
 interface SAMLIdentityAsserterV2MBean
          This MBean represents configuration information for the SAML Identity Assertion V2 provider.
 

Uses of ProviderMBean in weblogic.security.providers.saml.registry
 

Subinterfaces of ProviderMBean in weblogic.security.providers.saml.registry
 interface SAMLAssertingPartyRegistryMBean
          The SAMLAssertingPartyRegistry is used manage a registry of SAML 1.1 Asserting Parties and associated trusted certificates.
 interface SAMLPartnerRegistryMBean
          The SAMLPartnerRegistry is used manage a registry of SAML partners and associated trusted certificates that is stored in the embedded LDAP server.
 interface SAMLRelyingPartyRegistryMBean
          The SAMLRelyingPartyRegistry is used manage a registry of SAML 1.1 Relying Parties and associated trusted certificates.
 

Uses of ProviderMBean in weblogic.security.providers.utils
 

Subinterfaces of ProviderMBean in weblogic.security.providers.utils
 interface CertRegManagerMBean
          The CertRegManager is used manage a certificate registry that is stored in the embedded LDAP server.
 

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.
 


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02