The MBean for the Realm Adapter Authorization provider. This provider can only be configured in the Compatibility realm.
| 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.RealmAdapterAuthorizerMBean
|
||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points Inherited from AuthorizerMBean |
Because this MBean extends or implements AuthorizerMBean, you can also access this MBean by retrieving AuthorizerMBeans. The following attributes contain AuthorizerMBeans and its subtypes:
|
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
|
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:
A short description of the Realm Adapter Authorization provider.
| Privileges | Read only |
| Type | java.lang.String |
| Default Value | Realm Adapter for Authorization |
| 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 | RealmAdapterAuthorizer |
| Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The name of the Realm Adapter Authorization provider.
| Privileges | Read only |
| Type | java.lang.String |
| Default Value | weblogic.security.providers.realmadapter.AuthorizationProviderImpl |
| Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The version of the Realm Adapter Authorization 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. |
Specifies whether to honor WLSUserImpl Principals in the Subject during authorization.
| Privileges | Read/Write |
| Type | java.lang.Boolean |
This section describes the following operations:
|
|
| Operation Name | "wls_getDisplayName" |
| Parameters | null |
| Signature | null |
| Returns | String
|