Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Realm Adapter Authentication Provider-->General

Tasks     Related Topics    Attributes

Overview

Use this page to configure a Realm Adapter Authentication provider.

The Realm Adapter Authentication provider allows you to use users and groups from 6.x security realms in this release of WebLogic Server. Use the Realm Adapter Authentication provider if you store users and groups in the 6.x Windows NT, UNIX, RDBMS security realms or 6.x custom security realm. (There are no equivalents to the 6.x Windows NT, UNIX, RDBMS security realms in this release of WebLogic Server). A Realm Adapter Authentication provider can be configured instead of or in addition to the WebLogic Authentication provider.

When using Compatibility Security, a Realm Adapter Authentication provider is by default configured for the CompatibilityRealm. However, you can configure a Realm Adapter Authentication provider in any security realm.

The Realm Adapter Authentication provider also allows use of implementations of the weblogic.security.acl.CertAuthenticator class with this release of WebLogic Server. The Realm Adapter Authentication provider includes an Identity Assertion provider which provides identity assertion based on X.509 tokens.

Tasks

Configuring the Realm Adapter Authentication Provider

Related Topics

Introduction to WebLogic Security

Managing WebLogic Security

Securing WebLogic Resources

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a Production Environment

The Security topics in the WebLogic Server 8.1 Upgrade Guide

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Table 244-1

Attribute Label

Description

Value Constraints

Name

The name of this Realm Adapter Authentication provider.

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: Name


Description

A short description of this Realm Adapter Authentication provider.

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: Description

Default: "Realm Adapter for Authentication and Identity Assertion"

Version

The version of this security provider.

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: Version

Default: "1.0"

Control Flag

Determines how this Realm Adapter Authentication provider fits unto the login sequence.

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.

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: ControlFlag

Default: "REQUIRED"

Supported Types

The list of token types supported by the Identity Assertion provider. To see a list of default token types, refer the Javadoc for weblogic.security.spi.IdentityAsserter

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: SupportedTypes

Default: new String[] { weblogic.security.spi.IdentityAsserter.X509_TYPE, weblogic.security.spi.IdentityAsserter.AU_TYPE }

Active Types

Specifies what type of token is currently being used by the Identity Assertion provider.

MBean: weblogic.security.
providers.realmadapter.
RealmAdapterAuthenticatorMBean

Attribute: ActiveTypes


 

Skip navigation bar  Back to Top Previous Next