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.
|
Class | Description |
---|---|
CredentialMapperMBean |
The SSPI MBean that all Credential Mapping providers must extend.
|
Class | Description |
---|---|
CredentialMapperImpl |
This is the class that a security provider must
extend to implement a CredentialMapperImpl security provider
See additional text in ProviderImpl.java.
|
CredentialMapperMBean |
The SSPI MBean that all Credential Mapping providers must extend.
|
PKICredentialMapExtendedReaderMBean |
Provides a set of methods for reading a credential map that matches
users and resources to aliases and their corresponding passwords that can then be used to
retrieve key information or public certificate information from the configured keystores.
|
PKICredentialMapReaderMBean |
Provides a set of methods for reading a credential map that matches
users and resources to aliases and their corresponding passwords that can then be used to
retrieve key information or public certificate information from the configured keystores.
|
UserPasswordCredentialMapExtendedReaderMBean |
Provides a set of methods for reading the credential mappings.
|
UserPasswordCredentialMapExtendedV2ReaderMBean |
Provides a set of methods for reading the credential mappings.
|
UserPasswordCredentialMapReaderMBean |
Provides a set of methods for reading credentials and credential mappings.
|