Uses of Class
ch.autumo.beetroot.utils.UtilsException
Packages that use UtilsException
Package
Description
Main classes for the beetRoot framework, web server and servlet (when running in a web-container).
Database access and tools.
Security; password encoder console tool and
secure socket components for SSL communication.
Web tools.
-
Uses of UtilsException in ch.autumo.beetroot
Methods in ch.autumo.beetroot that throw UtilsExceptionModifier and TypeMethodDescriptionBeetRootConfigurationManager.getDecodedString(String key, SecureApplication app) Decode encrypted value, if it is encrypted by beetRoot standards! -
Uses of UtilsException in ch.autumo.beetroot.utils.database
Constructors in ch.autumo.beetroot.utils.database that throw UtilsException -
Uses of UtilsException in ch.autumo.beetroot.utils.security
Methods in ch.autumo.beetroot.utils.security that throw UtilsExceptionModifier and TypeMethodDescriptionstatic StringSecurity.decode(String data, SecureApplication secureApplication) Decode data.static StringSecurity.decodeCom(String data, SecureApplication secureApplication) Decode com data.static StringSecurity.encode(String data, SecureApplication secureApplication) Encode data.static StringSecurity.encodeCom(String data, SecureApplication secureApplication) Encode com data.static StringSecurity.generateCSRFToken(SecureApplication secureApplication) Generates a CSRF token.static StringHash a password with configured HASH algorithm implementation.static booleanVerify password with configured HASH algorithm implementation. -
Uses of UtilsException in ch.autumo.beetroot.utils.web
Methods in ch.autumo.beetroot.utils.web that throw UtilsExceptionModifier and TypeMethodDescriptionstatic StringTwoFA.createQRCode(String barCodeData, int height, int width) Create QR code.static StringTwoFA.getGoogleAuthenticatorBarCode(String secretUserKey, String email) Create Google Authenticator bar code.