Package org.jboss.jca.codegenerator
Class AuthenMechanismType
java.lang.Object
org.jboss.jca.codegenerator.AuthenMechanismType
A AuthenMechanismType.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the authMechanism.Get the credentialInterface.voidsetAuthMechanism(String authMechanism) Set the authMechanism.voidsetCredentialInterface(String credentialInterface) Set the credentialInterface.
-
Constructor Details
-
AuthenMechanismType
public AuthenMechanismType()
-
-
Method Details
-
setAuthMechanism
Set the authMechanism.- Parameters:
authMechanism- The authMechanism to set.
-
getAuthMechanism
Get the authMechanism.- Returns:
- the authMechanism.
-
setCredentialInterface
Set the credentialInterface.- Parameters:
credentialInterface- The credentialInterface to set.
-
getCredentialInterface
Get the credentialInterface.- Returns:
- the credentialInterface.
-