Uses of Enum Class
eu.webtoolkit.jwt.Configuration.ErrorReporting
Packages that use Configuration.ErrorReporting
-
Uses of Configuration.ErrorReporting in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return Configuration.ErrorReportingModifier and TypeMethodDescriptionConfiguration.getErrorReporting()Returns the error reporting mode.static Configuration.ErrorReportingReturns the enum constant of this class with the specified name.static Configuration.ErrorReporting[]Configuration.ErrorReporting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type Configuration.ErrorReportingModifier and TypeMethodDescriptionvoidConfiguration.setErrorReporting(Configuration.ErrorReporting err) Sets the error reporting mode.