public class AuthenMechanismType
extends java.lang.Object
Constructor and Description |
---|
AuthenMechanismType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthMechanism()
Get the authMechanism.
|
java.lang.String |
getCredentialInterface()
Get the credentialInterface.
|
void |
setAuthMechanism(java.lang.String authMechanism)
Set the authMechanism.
|
void |
setCredentialInterface(java.lang.String credentialInterface)
Set the credentialInterface.
|
public void setAuthMechanism(java.lang.String authMechanism)
authMechanism
- The authMechanism to set.public java.lang.String getAuthMechanism()
public void setCredentialInterface(java.lang.String credentialInterface)
credentialInterface
- The credentialInterface to set.public java.lang.String getCredentialInterface()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)