Package org.jboss.jca.codegenerator
Class AuthenMechanismType
- java.lang.Object
-
- org.jboss.jca.codegenerator.AuthenMechanismType
-
public class AuthenMechanismType extends Object
A AuthenMechanismType.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description AuthenMechanismType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthMechanism()Get the authMechanism.StringgetCredentialInterface()Get the credentialInterface.voidsetAuthMechanism(String authMechanism)Set the authMechanism.voidsetCredentialInterface(String credentialInterface)Set the credentialInterface.
-
-
-
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.
-
-