| Package | Description | 
|---|---|
| weblogic.management.configuration | 
 Contains classes and interfaces for configuring a WebLogic 
Server domain. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CustomAuthConfigProviderMBean  | 
interface  | 
WLSAuthConfigProviderMBean  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthConfigProviderMBean | 
JASPICMBean.createAuthConfigProvider(String name)
create the auth config provider - leveraged
 by the subclasses 
 | 
AuthConfigProviderMBean[] | 
JASPICMBean.getAuthConfigProviders()
get the entire list of auth config providers
 that are configured for the WLS factory 
 | 
AuthConfigProviderMBean | 
JASPICMBean.lookupAuthConfigProvider(String name)
lookup a particular auth config provider 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JASPICMBean.destroyAuthConfigProvider(AuthConfigProviderMBean binding)
destroy the auth config provider
 leveraged by the subclasses 
 |