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.audit |
Provides interfaces and classes for the configuration, control and monitoring of Audit security providers in a WebLogic security realm.
|
weblogic.management.security.authentication |
Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm.
|
weblogic.management.security.authorization |
Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping 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.
|
weblogic.management.security.pk |
Provides interfaces and classes for the configuration, control and monitoring of certification path security providers in a WebLogic security realm.
|
weblogic.security.providers.authentication |
Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name
user authentication.
|
weblogic.security.service |
Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions
that support security providers.
|
weblogic.security.spi |
This package includes interfaces, classes, and exceptions you use to develop security providers.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ApplicationVersionerMBean |
The SSPI MBean that security providers extend to indicate that the provider supports versionable applications.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
ProviderValidator.validateProviders(ProviderMBean[] providers) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
AuditorMBean |
The SSPI MBean that all Audit providers must extend.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AuthenticationProviderMBean |
The base MBean for all MBean implementations that manage Authentication providers.
|
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 |
PasswordValidatorMBean |
A marker interface to indicate a password validation provider MBean.
|
interface |
ServletAuthenticationFilterMBean |
The SSPI MBean that all Servlet Authentication
Filter providers must extend.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
AdjudicatorMBean |
The SSPI MBean that all Adjudication providers must extend.
|
interface |
AuthorizerMBean |
The base MBean for Authorization providers.
|
interface |
DeployableAuthorizerMBean |
The SSPI MBean that must be extended by all Authorization
providers that can store policies created while deploying a
Web application or EJB.
|
interface |
DeployableRoleMapperMBean |
The SSPI MBean that must be extended by Role Mapping providers
that can store roles created while deploying a Web application or EJB.
|
interface |
RoleMapperMBean |
The base MBean for Role Mapping providers.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
CredentialMapperMBean |
The SSPI MBean that all Credential Mapping providers must extend.
|
interface |
DeployableCredentialMapperMBean |
Deprecated.
12.2.1.0.0
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
CertPathBuilderMBean |
The SSPI MBean that all certification path providers with CertPathBuilder services must extend.
|
interface |
CertPathProviderMBean |
The base MBean for all MBean implementations that manage certification path providers.
|
interface |
CertPathValidatorMBean |
The SSPI MBean that all certification path providers with CertPathValidator services must extend.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CustomDBMSAuthenticatorPlugin.initialize(ProviderMBean mBean) |
Executed on initialization of the CustomDBMSAuthenticatorPlugin.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityProvider.initialize(ProviderMBean providerMBean,
SecurityServices securityServices) |
Initializes the security provider.
|