Class AuthenMechanismType


  • public class AuthenMechanismType
    extends Object
    A AuthenMechanismType.
    Version:
    $Revision: $
    Author:
    Jeff Zhang
    • 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.