bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Authentication Provider

Tasks     Related Topics     Attributes

Overview

This tab provides a shortcut to the tabs used to configure an Authentication or Identity Assertion provider. Use one of the following links to configure an Authentication or Identity Assertion provider for the security realm:

Note: An Identity Assertion provider uses tokens to authenticate users.

Tasks

Configuring a New Security Realm

Configuring an Authentication Provider: Main Steps

Configuring a Custom Security Provider

Related Topics

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Table 0-19

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.security.
providers.authentication.
DefaultAuthenticatorMBean

Attribute: Name


Description

A short description of the WebLogic Authentication provider.

MBean: weblogic.security.
providers.authentication.
DefaultAuthenticatorMBean

Attribute: Description

Default: "WebLogic Authentication Provider"

Version

The version number of the WebLogic Authentication provider.

MBean: weblogic.security.
providers.authentication.
DefaultAuthenticatorMBean

Attribute: Version

Default: "1.0"

Minimum Password Length

The minimum number of characters required in a password.

MBean: weblogic.security.
providers.authentication.
DefaultAuthenticatorMBean

Attribute: MinimumPasswordLength

Default: new Integer(8)

Control Flag

Determines 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.

MBean: weblogic.security.
providers.authentication.
DefaultAuthenticatorMBean

Attribute: ControlFlag

Default: "REQUIRED"

 

Back to Top Previous Next