Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Packages that use AuthenticationProviderMBean
weblogic.management.security   
weblogic.management.security.authentication   

 

Uses of AuthenticationProviderMBean in weblogic.management.security

 

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

 

Methods in weblogic.management.security with parameters of type AuthenticationProviderMBean
abstract  void RealmMBean.destroyAuthenticationProvider(AuthenticationProviderMBean authenticationProvider)
          Removes the configuration for an Authentication provider in this security realm.
abstract  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.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09