|
BEA Systems, Inc. | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
AuthenticationProviderMBean[] |
RealmMBean.getAuthenticationProviders()
Returns the Authentication providers for this security realm (in invocation order). |
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.lookupAuthenticationProvider(String name)
Finds an Authentication provider in this security realm. |
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(String type,
boolean setName,
String name)
|
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(String name,
String type)
|
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(String type)
|
Methods in weblogic.management.security with parameters of type AuthenticationProviderMBean | |
void |
RealmMBean.setAuthenticationProviders(AuthenticationProviderMBean[] authenticationProviders)
Changes the invocation order of this security realm's Authentication providers. |
void |
RealmMBean.destroyAuthenticationProvider(AuthenticationProviderMBean authenticationProvider)
Removes the configuration for an Authentication provider in this security realm. |
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. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |