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 and Description |
---|---|
interface |
ApplicationVersionerMBean
The SSPI MBean that security providers extend to indicate that the provider supports versionable applications.
|
Modifier and Type | Method and Description |
---|---|
ProviderMBean |
RealmImpl.ProviderCreator.createProvider(java.lang.Class intf) |
ProviderMBean |
RealmImpl.ProviderCreator.createProvider(java.lang.Class intf,
java.lang.String name) |
private ProviderMBean |
RealmImpl.createProvider(java.lang.String providerType,
java.lang.String[] legalTypes,
java.lang.String type,
boolean setName,
java.lang.String name,
RealmImpl.ProviderCreator creator) |
private ProviderMBean |
ProviderImpl.getProvider() |
Modifier and Type | Method and Description |
---|---|
static void |
ProviderValidator.validateProviders(ProviderMBean[] providers) |
Modifier and Type | Interface and Description |
---|---|
interface |
AuditorMBean
The SSPI MBean that all Audit providers must extend.
|
Modifier and Type | Interface and 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 and 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 and 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 and 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.
|
interface |
KeyStoreMBean
Deprecated.
8.1.0.0
|
Modifier and Type | Method and Description |
---|---|
static weblogic.security.providers.authentication.shared.DBMSAuthenticatorDelegate |
DBMSAuthenticatorDelegateImpl.getInstance(ProviderMBean theMBean,
int matchType) |
static weblogic.security.providers.authentication.shared.DBMSAuthenticatorDelegate |
DBMSAuthenticatorDelegateImpl.getInstance(ProviderMBean theMBean,
int matchType,
boolean reuse) |
void |
CustomDBMSAuthenticatorPlugin.initialize(ProviderMBean mBean)
Executed on initialization of the CustomDBMSAuthenticatorPlugin.
|
void |
VirtualUserAuthenticationProviderImpl.initialize(ProviderMBean providerMBean,
SecurityServices securityServices)
Initializes the security provider.
|
void |
DefaultIdentityAsserterProviderImpl.initialize(ProviderMBean mbean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
void |
DefaultAuthenticationProviderImpl.initialize(ProviderMBean mBean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
void |
DBMSSQLReadOnlyAuthenticationProviderImpl.initialize(ProviderMBean mBean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
void |
DBMSSQLAuthenticationProviderImpl.initialize(ProviderMBean mBean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
void |
DBMSPluggableRuntimeAuthenticationProviderImpl.initialize(ProviderMBean mBean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
void |
DBMSAuthenticationProviderImpl.initialize(ProviderMBean mBean,
SecurityServices securityServices)
Initialize the provider using the provider MBean
|
Constructor and Description |
---|
DBMSAuthenticatorDelegateImpl(ProviderMBean theMBean,
java.lang.String theDelegateName) |
DBMSPluggableRuntimeAuthenticatorDelegateImpl(ProviderMBean theMBean,
java.lang.String theDelegateName) |
DBMSSQLAuthenticatorDelegateImpl(ProviderMBean theMBean,
java.lang.String theDelegateName) |
DBMSSQLReadOnlyAuthenticatorDelegateImpl(ProviderMBean theMBean,
java.lang.String theDelegateName) |
EmbeddedLDAPAtnDelegate(ProviderMBean pmbean,
weblogic.security.providers.authentication.DefaultAuthenticatorMBean mbean,
java.lang.String realmName,
java.lang.String domainName,
boolean masterOnly)
Construct from Realm, Domain, and Embedded LDAP.
|
Modifier and Type | Method and Description |
---|---|
SecurityProvider |
SecurityServiceManagerDelegate.createSecurityProvider(ProviderMBean providerMBean,
Auditor auditor)
Get the provider class name from the mbean,
create the provider and initialize it using this mbean.
|
static SecurityProvider |
SecurityServiceManager.createSecurityProvider(ProviderMBean providerMBean,
Auditor auditor)
Get the provider class name from the mbean,
create the provider and initialize it using this mbean.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityProvider.initialize(ProviderMBean providerMBean,
SecurityServices securityServices)
Initializes the security provider.
|