tyrex.resource.jca.dd
Class DDAuthMechanism

java.lang.Object
  extended bytyrex.resource.jca.dd.DDAuthMechanism

public class DDAuthMechanism
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Assaf Arkin

Constructor Summary
DDAuthMechanism()
           
 
Method Summary
 java.lang.String getAuthenticationMechanismType()
          Specifies the type of the authentication mechanism.
 java.lang.String getCredentialInterface()
          Specifies the interface that the resource adapter implementation supports for the representation of the security credentials.
 java.lang.String getDescription()
           
 void setAuthenticationMechanismType(java.lang.String mechType)
           
 void setCredentialInterface(java.lang.String credentialInterface)
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDAuthMechanism

public DDAuthMechanism()
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getAuthenticationMechanismType

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

Returns:
The type of the authentication mechanism

setAuthenticationMechanismType

public void setAuthenticationMechanismType(java.lang.String mechType)

getCredentialInterface

public java.lang.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

setCredentialInterface

public void setCredentialInterface(java.lang.String credentialInterface)


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.