tyrex.resource.jca.dd
Class DDAuthMechanism
java.lang.Object
tyrex.resource.jca.dd.DDAuthMechanism
- public class DDAuthMechanism
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
- Author:
- Assaf Arkin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDAuthMechanism
public DDAuthMechanism()
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.