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

Part Number E41849-02

Uses of Interface
weblogic.management.security.authentication.AuthenticationProviderMBean

Packages that use AuthenticationProviderMBean
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.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication 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.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. 
 

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

Subinterfaces of AuthenticationProviderMBean in com.bea.security.saml2.providers
 interface SAML2IdentityAsserterMBean
          This MBean represents configuration information for the SAML2 Identity Assertion provider.
 

Uses of AuthenticationProviderMBean in weblogic.management.security
 

Methods in weblogic.management.security that return AuthenticationProviderMBean
 AuthenticationProviderMBean RealmMBean.createAuthenticationProvider(String name, String type)
          Creates an Authentication provider in this security realm.
 AuthenticationProviderMBean RealmMBean.createAuthenticationProvider(String type)
          Creates an Authentication provider in this security realm.
 AuthenticationProviderMBean[] RealmMBean.getAuthenticationProviders()
          Returns the Authentication providers for this security realm (in invocation order).
 AuthenticationProviderMBean RealmMBean.lookupAuthenticationProvider(String name)
          Finds an Authentication provider in this security realm.
 

Methods in weblogic.management.security with parameters of type AuthenticationProviderMBean
 void RealmMBean.destroyAuthenticationProvider(AuthenticationProviderMBean authenticationProvider)
          Removes the configuration for an Authentication provider in this security realm.
 void RealmMBean.setAuthenticationProviders(AuthenticationProviderMBean[] authenticationProviders)
          Changes the invocation order of this security realm's Authentication providers.
 

Uses of AuthenticationProviderMBean in weblogic.management.security.authentication
 

Subinterfaces of AuthenticationProviderMBean in weblogic.management.security.authentication
 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 ServletAuthenticationFilterMBean
          The SSPI MBean that all Servlet Authentication Filter providers must extend.
 

Uses of AuthenticationProviderMBean in weblogic.security.providers.authentication
 

Subinterfaces of AuthenticationProviderMBean 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
 

Uses of AuthenticationProviderMBean in weblogic.security.providers.realmadapter
 

Subinterfaces of AuthenticationProviderMBean in weblogic.security.providers.realmadapter
 interface RealmAdapterAuthenticatorMBean
          The MBean for the Realm Adapter Authentication provider.
 

Uses of AuthenticationProviderMBean in weblogic.security.providers.saml
 

Subinterfaces of AuthenticationProviderMBean in weblogic.security.providers.saml
 interface SAMLAuthenticatorMBean
          This MBean represents configuration information for the SAML Authentication 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.
 


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