| Package | Description |
|---|---|
| weblogic.management.configuration |
Contains classes and interfaces for configuring a WebLogic
Server domain.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CustomAuthConfigProviderMBean |
|
interface |
WLSAuthConfigProviderMBean |
| Modifier and Type | Method | Description |
|---|---|---|
AuthConfigProviderMBean |
JASPICMBean.createAuthConfigProvider(java.lang.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(java.lang.String name) |
lookup a particular auth config provider
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JASPICMBean.destroyAuthConfigProvider(AuthConfigProviderMBean binding) |
destroy the auth config provider
leveraged by the subclasses
|