org.jboss.jca.codegenerator
Class AuthenMechanismType

java.lang.Object
  extended by org.jboss.jca.codegenerator.AuthenMechanismType

public class AuthenMechanismType
extends Object

A AuthenMechanismType.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
AuthenMechanismType()
           
 
Method Summary
 String getAuthMechanism()
          Get the authMechanism.
 String getCredentialInterface()
          Get the credentialInterface.
 void setAuthMechanism(String authMechanism)
          Set the authMechanism.
 void setCredentialInterface(String credentialInterface)
          Set the credentialInterface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenMechanismType

public AuthenMechanismType()
Method Detail

setAuthMechanism

public void setAuthMechanism(String authMechanism)
Set the authMechanism.

Parameters:
authMechanism - The authMechanism to set.

getAuthMechanism

public String getAuthMechanism()
Get the authMechanism.

Returns:
the authMechanism.

setCredentialInterface

public void setCredentialInterface(String credentialInterface)
Set the credentialInterface.

Parameters:
credentialInterface - The credentialInterface to set.

getCredentialInterface

public String getCredentialInterface()
Get the credentialInterface.

Returns:
the credentialInterface.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)