Uses of Class
org.wildfly.security.mechanism.ScramServerErrorCode
-
Packages that use ScramServerErrorCode Package Description org.wildfly.security.mechanism org.wildfly.security.mechanism._private -
-
Uses of ScramServerErrorCode in org.wildfly.security.mechanism
Fields in org.wildfly.security.mechanism declared as ScramServerErrorCode Modifier and Type Field Description private ScramServerErrorCode
ScramServerException. error
Methods in org.wildfly.security.mechanism that return ScramServerErrorCode Modifier and Type Method Description static ScramServerErrorCode
ScramServerErrorCode. fromErrorString(String value)
Convert the error string to the respectiveScramServerErrorCode
enum value, or to theOTHER_ERROR
value if can't match.ScramServerErrorCode
ScramServerException. getError()
static ScramServerErrorCode
ScramServerErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScramServerErrorCode[]
ScramServerErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.mechanism with parameters of type ScramServerErrorCode Modifier and Type Method Description boolean
ScramServerErrorCode. in(ScramServerErrorCode v1)
Determine whether this instance is equal to one of the given instances.boolean
ScramServerErrorCode. in(ScramServerErrorCode... values)
Determine whether this instance is equal to one of the given instances.boolean
ScramServerErrorCode. in(ScramServerErrorCode v1, ScramServerErrorCode v2)
Determine whether this instance is equal to one of the given instances.boolean
ScramServerErrorCode. in(ScramServerErrorCode v1, ScramServerErrorCode v2, ScramServerErrorCode v3)
Determine whether this instance is equal to one of the given instances.Method parameters in org.wildfly.security.mechanism with type arguments of type ScramServerErrorCode Modifier and Type Method Description static boolean
ScramServerErrorCode. isFull(EnumSet<ScramServerErrorCode> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.Constructors in org.wildfly.security.mechanism with parameters of type ScramServerErrorCode Constructor Description ScramServerException(String msg, Throwable cause, ScramServerErrorCode error)
Constructs a newScramServerException
instance with an initial message and cause.ScramServerException(String msg, ScramServerErrorCode error)
Constructs a newScramServerException
instance with an initial message.ScramServerException(Throwable cause, ScramServerErrorCode error)
Constructs a newScramServerException
instance with an initial cause.ScramServerException(ScramServerErrorCode error)
Constructs a newScramServerException
instance. -
Uses of ScramServerErrorCode in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private with parameters of type ScramServerErrorCode Modifier and Type Method Description ScramServerException
ElytronMessages. scramServerRejectedAuthentication(ScramServerErrorCode errorCode)
-