Uses of Class
io.rtdi.appcontainer.databaseloginrealm.LoginSQLException
-
-
Uses of LoginSQLException in io.rtdi.appcontainer.databaseloginrealm
Methods in io.rtdi.appcontainer.databaseloginrealm that throw LoginSQLException Modifier and Type Method Description abstract java.lang.StringDatabaseLoginPrincipal. readDatabaseVersion(java.sql.Connection c)abstract java.lang.StringDatabaseLoginPrincipal. readExactUserName(java.sql.Connection c)abstract java.util.Optional<java.lang.String>DatabaseLoginPrincipal. validateLogin(java.sql.Connection c)This method should validate the connected user and return a string with information useful to the end user.
Examples of tests and information to be returned may include: Password will expire in one week Password must be changed immediately
-