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

Part Number E41849-02

weblogic.management.security.authentication
Interface AuthenticationProviderMBean

All Superinterfaces:
DescriptorBean, ProviderMBean, SettableBean, StandardInterface
All Known Subinterfaces:
ActiveDirectoryAuthenticatorMBean, AuthenticatorMBean, CustomDBMSAuthenticatorMBean, DBMSAuthenticatorMBean, DefaultAuthenticatorMBean, DefaultIdentityAsserterMBean, IdentityAsserterMBean, IPlanetAuthenticatorMBean, LDAPAuthenticatorMBean, LDAPX509IdentityAsserterMBean, LoginExceptionPropagatorMBean, NegotiateIdentityAsserterMBean, NovellAuthenticatorMBean, OpenLDAPAuthenticatorMBean, OracleInternetDirectoryAuthenticatorMBean, OracleVirtualDirectoryAuthenticatorMBean, ReadOnlySQLAuthenticatorMBean, RealmAdapterAuthenticatorMBean, SAML2IdentityAsserterMBean, SAMLAuthenticatorMBean, SAMLIdentityAsserterMBean, SAMLIdentityAsserterV2MBean, ServletAuthenticationFilterMBean, SQLAuthenticatorMBean, VirtualUserAuthenticatorMBean, WindowsNTAuthenticatorMBean

public interface AuthenticationProviderMBean
extends ProviderMBean

The base MBean for all MBean implementations that manage Authentication providers. If your Authentication provider uses the WebLogic Security SSPI to provide login services, then your MBean must extend weblogic.management.security.authentication.Authenticator. If your Authentication provider uses the WebLogic Security SSPI to provide identity-assertion services, then your MBean must extend weblogic.management.security.authentication.IdentityAsserter.


Method Summary
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getDescription, getName, getRealm, getVersion
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 


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