The MBean for the Realm Adapter Authentication provider. The Realm Adapter Authentication provider contains an Identity Asserter provider which accepts only X509 tokens.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.security.providers.realmadapter.RealmAdapterAuthenticatorMBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points Inherited from AuthenticationProviderMBean |
Because this MBean extends or implements AuthenticationProviderMBean, you can also access this MBean by retrieving AuthenticationProviderMBeans. The following attributes contain AuthenticationProviderMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans.
|
Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.
Privileges | Read only |
Type | RealmMBean |
Relationship type: | Reference. |
This section describes the following attributes:
Returns the token types that the Identity Assertion provider is currently configured to process.
Privileges | Read/Write |
Type | class java.lang.String[] |
Returns whether the tokens that are passed to the Identity
Assertion provider will be base64 decoded first. If
false
then the server will not base64 decode the token
before passing it to the identity asserter. This defaults to
true
for backwards compatibility but most providers
will probably want to set this to false
.
Privileges | Read/Write |
Type | boolean |
Default Value | true |
Returns how the login sequence uses the Authentication provider.
A REQUIRED
value specifies this LoginModule must
succeed. Even if it fails, authentication proceeds down the list of
LoginModules for the configured Authentication providers. This
setting is the default.
A REQUISITE
value specifies this LoginModule must
succeed. If other Authentication providers are configured and this
LoginModule succeeds, authentication proceeds down the list of
LoginModules. Otherwise, control is return to the application.
A SUFFICIENT
value specifies this LoginModule need
not succeed. If it does succeed, return control to the application.
If it fails and other Authentication providers are configured,
authentication proceeds down the LoginModule list.
An OPTIONAL
value specifies this LoginModule need
not succeed. Whether it succeeds or fails, authentication proceeds
down the LoginModule list.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | REQUIRED |
Legal Values |
|
A short description of this Realm Adapter Authentication provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | Realm Adapter for Authentication and Identity Assertion |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Privileges | Read only |
Type | java.lang.String |
Default Value | RealmAdapterAuthenticator |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
No description provided.
Privileges | Read/Write |
Type | boolean |
The name of this Realm Adapter Authentication provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | weblogic.security.providers.realmadapter.AuthenticationProviderImpl |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Lists the type of tokens supported by the Identity Asserter in
the Realm Adapter Authentication provider. The Identity Asserter
supports only X.509 tokens for backward compatibility for
implementations of the
weblogic.security.acl.CertAuthenticator
class.
Privileges | Read only |
Type | class java.lang.String[] |
Default Value | X.509 AuthenticatedUser |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The version number of this Realm Adapter Authentication provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | 1.0 |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
This section describes the following operations:
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Returns the display name of an MBean.
Deprecated 9.0.0.0
Operation Name | "wls_getDisplayName" |
Parameters | null |
Signature | null |
Returns | String
|