Administration Console Online Help

 Previous Next Contents Index  

 


Authentication Mechanism --> Configuration

Tasks     Additional Documentation     Attributes

Overview

 


Password Credential Mapping Mechanism

The J2EE Connector Specification, Version 1.0 Final Release defines two types of credentials that resource adapters can support: password credentials and generic credentials. In the previous release of WebLogic Server, you specified your password credentials in the security-principal-map element in the weblogic-ra.xml deployment descriptor file. The security-principal-map element was provided to map between the initiating principal and resource principal. BEA also provided a Password Converter Tool for encrypting the password stored in the security-principal-map element.

The storage of user names and passwords for principal maps in weblogic-ra.xml is not the most elegant nor secure storage mechanism. As a result, the security-principal-map element and Password Converter Tool have been deprecated in this release of WebLogic Server. The principal map has been moved from the security-principal-map to an internal WebLogic Server storage mechanism (a directory server).

The J2EE Connector specification, Version 1.0 Final Release requires storage of credentials in a javax.security.auth.Subject; the credentials are passed to either the createManagedConnection() or matchManagedConnection() methods of the ManagedConnectionFactory object.

WebLogic Server users must be authenticated whenever they request access to a protected WebLogic Server resource. For this reason, each user is required to provide a credential (a username/password pair or a digital certificate) to WebLogic Server. The following types of authentication mechanisms are supported by WebLogic Server:

Tasks

Configuring Resource Adapters (Connectors) for Deployment

Deploying Resource Adapters (Connectors)

Viewing Deployed Resource Adapters (Connectors)

Undeploying Deployed Resource Adapters (Connectors)

Updating Deployed Resource Adapters (Connectors)

Getting Started

Viewing Leaked Connections

Viewing Idle Connections

Deleting Connections

Deleting a Connector

Editing Connector Deployment Descriptors

Additional Documentation

(Requires an Internet connection.)

See "Security" in Programming the WebLogic Server J2EE Connector Architecture.

Attributes

Attribute Label

Description

Value Constraints

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Authentication Mechanism Type

Specify the type of authentication mechanism. The example values are: <authentication-mechanism-type>BasicPassword </authentication-mechanism-type><authentication-mechanism-type>Kerbv5 </authentication-mechanism-type>Any additional security mechanisms are outside the scope of the Connector architecture specification. Used in: authentication-mechanism

Attribute: AuthenticationMechanismType

Configurable: yes

Readable: yes

Writable: yes

Credential Interface

Specify the interface that the resource adapter implementation supports for the representation of the credentials. This element should be used by application server to find out the Credential interface it should use as part of the security contract. The possible values are: <credential-interface>javax.resource.spi.security.PasswordCredential </credential-interface><credential-interface>javax.resource.spi.security.GenericCredential </credential-interface>Used in: authentication-mechanism

Attribute: CredentialInterface

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next