Class AuthenMechanismType

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

public class AuthenMechanismType extends Object
A AuthenMechanismType.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • AuthenMechanismType

      public AuthenMechanismType()
  • Method Details

    • 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.