Uses of Enum Class
org.wildfly.security.mechanism.ScramServerErrorCode
Packages that use ScramServerErrorCode
-
Uses of ScramServerErrorCode in org.wildfly.security.mechanism
Methods in org.wildfly.security.mechanism that return ScramServerErrorCodeModifier and TypeMethodDescriptionstatic ScramServerErrorCodeScramServerErrorCode.fromErrorString(String value) Convert the error string to the respectiveScramServerErrorCodeenum value, or to theOTHER_ERRORvalue if can't match.ScramServerException.getError()Returns the error code of the exception.static ScramServerErrorCodeReturns the enum constant of this class with the specified name.static ScramServerErrorCode[]ScramServerErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.security.mechanism with parameters of type ScramServerErrorCodeModifier and TypeMethodDescriptionbooleanScramServerErrorCode.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 ScramServerErrorCodeModifier and TypeMethodDescriptionstatic 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 ScramServerErrorCodeModifierConstructorDescriptionScramServerException(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.Constructs a newScramServerExceptioninstance. -
Uses of ScramServerErrorCode in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private with parameters of type ScramServerErrorCodeModifier and TypeMethodDescriptionfinal ScramServerExceptionElytronMessages_$logger.scramServerRejectedAuthentication(ScramServerErrorCode errorCode) ElytronMessages.scramServerRejectedAuthentication(ScramServerErrorCode errorCode)