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.

Default Realm

Returns whether this security realm is the Default realm for the WebLogic domain. Deprecated in this release of WebLogic Server and replaced by weblogic.management.configuration.SecurityConfigurationMBean.getDefaultRealm.

MBean Attribute:
RealmMBean.DefaultRealm

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

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