public class SaslCode extends Object implements RestrictedType<UnsignedByte>
Modifier and Type | Field and Description |
---|---|
static SaslCode |
AUTH |
static SaslCode |
OK |
static SaslCode |
SYS |
static SaslCode |
SYS_PERM |
static SaslCode |
SYS_TEMP |
Modifier and Type | Method and Description |
---|---|
UnsignedByte |
getValue() |
String |
toString() |
static SaslCode |
valueOf(Object obj) |
public static final SaslCode OK
public static final SaslCode AUTH
public static final SaslCode SYS
public static final SaslCode SYS_PERM
public static final SaslCode SYS_TEMP
public UnsignedByte getValue()
getValue
in interface RestrictedType<UnsignedByte>
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.