tyrex.resource.jca.dd

Class DDAuthMechanism

public class DDAuthMechanism extends Object

Version: $Revision: 1.3 $

Author: Assaf Arkin

Method Summary
StringgetAuthenticationMechanismType()
Specifies the type of the authentication mechanism.
StringgetCredentialInterface()
Specifies the interface that the resource adapter implementation supports for the representation of the security credentials.
StringgetDescription()
voidsetAuthenticationMechanismType(String mechType)
voidsetCredentialInterface(String credentialInterface)
voidsetDescription(String description)

Method Detail

getAuthenticationMechanismType

public String getAuthenticationMechanismType()
Specifies the type of the authentication mechanism.

Returns: The type of the authentication mechanism

getCredentialInterface

public String getCredentialInterface()
Specifies the interface that the resource adapter implementation supports for the representation of the security credentials.

Returns: The interface that the resource adapter implementation supports

getDescription

public String getDescription()

setAuthenticationMechanismType

public void setAuthenticationMechanismType(String mechType)

setCredentialInterface

public void setCredentialInterface(String credentialInterface)

setDescription

public void setDescription(String description)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.