Package org.apache.hadoop.security

Enum Class SaslRpcServer.AuthMethod

java.lang.Object
java.lang.Enum<SaslRpcServer.AuthMethod>
org.apache.hadoop.security.SaslRpcServer.AuthMethod
All Implemented Interfaces:
Serializable, Comparable<SaslRpcServer.AuthMethod>, Constable
Enclosing class:
org.apache.hadoop.security.SaslRpcServer

@Evolving public static enum SaslRpcServer.AuthMethod extends Enum<SaslRpcServer.AuthMethod>
Authentication method
  • Enum Constant Details

  • Field Details

    • code

      public final byte code
      The code for this method.
  • Method Details

    • values

      public static SaslRpcServer.AuthMethod[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SaslRpcServer.AuthMethod valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMechanismName

      public String getMechanismName()
      Return the SASL mechanism name.
      Returns:
      mechanismName.
    • read

      public static SaslRpcServer.AuthMethod read(DataInput in) throws IOException
      Read from in.
      Parameters:
      in - DataInput.
      Returns:
      AuthMethod.
      Throws:
      IOException - raised on errors performing I/O.
    • write

      public void write(DataOutput out) throws IOException
      Write to out.
      Parameters:
      out - DataOutput.
      Throws:
      IOException - raised on errors performing I/O.