Package | Description |
---|---|
weblogic.management.security |
Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm.
|
weblogic.management.security.credentials |
Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm.
|
Modifier and Type | Method | Description |
---|---|---|
CredentialMapperMBean |
RealmMBean.createCredentialMapper(java.lang.String type) |
Creates a Credential Mapping provider in this security realm.
|
CredentialMapperMBean |
RealmMBean.createCredentialMapper(java.lang.String name,
java.lang.String type) |
Creates a Credential Mapping provider in this security realm.
|
CredentialMapperMBean[] |
RealmMBean.getCredentialMappers() |
Returns the Credential Mapping providers for this security realm (in invocation order).
|
CredentialMapperMBean |
RealmMBean.lookupCredentialMapper(java.lang.String name) |
Finds a Credential Mapping provider in this security realm.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RealmMBean.destroyCredentialMapper(CredentialMapperMBean credentialMapper) |
Removes the configuration for a Credential Mapping provider in this security realm.
|
void |
RealmMBean.setCredentialMappers(CredentialMapperMBean[] credentialMappers) |
Changes the invocation order of this security realm's Credential Mapping providers.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
DeployableCredentialMapperMBean |
Deprecated.
12.2.1.0.0
|