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.authentication |
Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm.
|
weblogic.security.utils |
This package includes Hostname Verifier implementations you can use to verify hostnames during SSL handshakes.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProviderMBean |
RealmMBean.createAuthenticationProvider(java.lang.Class subInterface) |
AuthenticationProviderMBean |
RealmMBean.createAuthenticationProvider(java.lang.Class subInterface,
java.lang.String name) |
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(java.lang.String type) |
AuthenticationProviderMBean |
RealmMBean.createAuthenticationProvider(java.lang.String type)
Creates an Authentication provider in this security realm.
|
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(java.lang.String type,
boolean setName,
java.lang.String name) |
AuthenticationProviderMBean |
RealmImpl.createAuthenticationProvider(java.lang.String name,
java.lang.String type) |
AuthenticationProviderMBean |
RealmMBean.createAuthenticationProvider(java.lang.String name,
java.lang.String type)
Creates an Authentication provider in this security realm.
|
AuthenticationProviderMBean[] |
RealmMBean.getAuthenticationProviders()
Returns the Authentication providers for this security realm (in invocation order).
|
AuthenticationProviderMBean |
RealmMBean.lookupAuthenticationProvider(java.lang.String name)
Finds an Authentication provider in this security realm.
|
Modifier and Type | Method and Description |
---|---|
void |
RealmMBean.destroyAuthenticationProvider(AuthenticationProviderMBean authenticationProvider)
Removes the configuration for an Authentication provider in this security realm.
|
void |
RealmMBean.setAuthenticationProviders(AuthenticationProviderMBean[] authenticationProviders)
Changes the invocation order of this security realm's Authentication providers.
|
Modifier and Type | Interface and Description |
---|---|
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 |
ServletAuthenticationFilterMBean
The SSPI MBean that all Servlet Authentication
Filter providers must extend.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
SecurityUtils.getDefaultIdentityDomains(AuthenticationProviderMBean atn) |
static boolean |
SecurityUtils.isNameCallbackAllowed(AuthenticationProviderMBean atn) |