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
Methods in org.wildfly.security.mechanism that return ScramServerErrorCode Modifier and Type Method Description static ScramServerErrorCodeScramServerErrorCode. fromErrorString(String value)ScramServerErrorCodeScramServerException. getError()static ScramServerErrorCodeScramServerErrorCode. 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 booleanScramServerErrorCode. in(ScramServerErrorCode v1)Determine whether this instance is equal to one of the given instances.booleanScramServerErrorCode. in(ScramServerErrorCode... values)Determine whether this instance is equal to one of the given instances.booleanScramServerErrorCode. in(ScramServerErrorCode v1, ScramServerErrorCode v2)Determine whether this instance is equal to one of the given instances.booleanScramServerErrorCode. 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 booleanScramServerErrorCode. 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 newScramServerExceptioninstance with an initial message and cause.ScramServerException(String msg, ScramServerErrorCode error)Constructs a newScramServerExceptioninstance with an initial message.ScramServerException(Throwable cause, ScramServerErrorCode error)Constructs a newScramServerExceptioninstance with an initial cause.ScramServerException(ScramServerErrorCode error)Constructs a newScramServerExceptioninstance. -
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 ScramServerExceptionElytronMessages. scramServerRejectedAuthentication(ScramServerErrorCode errorCode)
-