Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Security: Security Realms

Configuration Options     

A security realm is a container for the mechanisms used to protect WebLogic resources, including users, groups, security roles, security policies, and security providers. You can have multiple security realms in a WebLogic Server domain, but only one can be set as the default (active) realm.

This page lists each security realm configured in this WebLogic Server domain.

The default security realm has the Default Realm attribute in the table set to true. To use a new security realm, it must be set as the default security realm.

Configuration Options

Name Description
Name

The name of the security realm.

Used By

Shows where the realm is being used.

MBean Attribute:
RealmMBean.DefaultRealm

Changes take effect after you redeploy the module or restart the server.

Management Identity Domain

Returns the Management Identity Domain value for the realm.

MBean Attribute:
RealmMBean.ManagementIdentityDomain

Changes take effect after you redeploy the module or restart the server.

Deploy Credential Mapping Ignored

Returns whether credential mapping deployment calls on the security system are ignored or passed to the configured Credential Mapping providers.

MBean Attribute:
RealmMBean.DeployCredentialMappingIgnored

Deploy Policy Ignored

Returns whether policy deployment calls on the security system are ignored or passed to the configured Authorization providers.

MBean Attribute:
RealmMBean.DeployPolicyIgnored

Deploy Role Ignored

Returns whether role deployment calls on the security system are ignored or passed to the configured Role Mapping providers.

MBean Attribute:
RealmMBean.DeployRoleIgnored


Back to Top