Uses of Enum Class
eu.webtoolkit.jwt.Configuration.ClientSideErrorReportLevel
Packages that use Configuration.ClientSideErrorReportLevel
-
Uses of Configuration.ClientSideErrorReportLevel in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return Configuration.ClientSideErrorReportLevelModifier and TypeMethodDescriptionConfiguration.getClientSideErrorReportingLevel()Returns the error reporting level.Returns the enum constant of this class with the specified name.Configuration.ClientSideErrorReportLevel.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.ClientSideErrorReportLevelModifier and TypeMethodDescriptionvoidConfiguration.setClientSideErrorReportingLevel(Configuration.ClientSideErrorReportLevel lvl) Sets the error reporting level.