Class PostgresSQLCoreProvider
java.lang.Object
pro.gravit.launchserver.auth.core.AuthCoreProvider
pro.gravit.launchserver.auth.core.AbstractSQLCoreProvider
pro.gravit.launchserver.auth.core.PostgresSQLCoreProvider
- All Implemented Interfaces:
AutoCloseable, AuthSupportSudo, Reconfigurable
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractSQLCoreProvider
AbstractSQLCoreProvider.SQLUser, AbstractSQLCoreProvider.SQLUserSessionNested classes/interfaces inherited from class AuthCoreProvider
AuthCoreProvider.OAuthAccessTokenExpired, AuthCoreProvider.PasswordVerifyReport -
Field Summary
FieldsFields inherited from class AbstractSQLCoreProvider
accessTokenColumn, customQueryByLoginSQL, customQueryByUsernameSQL, customQueryByUUIDSQL, customQueryPermissionsByUUIDSQL, customQueryRolesByUserUUID, customUpdateAuthSQL, customUpdateServerIdSQL, expireSeconds, logger, passwordColumn, passwordVerifier, permissionsPermissionColumn, permissionsTable, permissionsUUIDColumn, queryByLoginSQL, queryByUsernameSQL, queryByUUIDSQL, queryPermissionsByUUIDSQL, queryRolesByUserUUID, rolesNameColumn, rolesTable, rolesUUIDColumn, serverIDColumn, table, updateAuthSQL, updateServerIDSQL, usernameColumn, uuidColumnFields inherited from class AuthCoreProvider
pair, providers, server -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSQLCoreProvider
authorize, checkServer, close, constructUser, createSession, getUserByLogin, getUserByUsername, getUserByUUID, getUserSessionByOAuthAccessToken, isEnabledPermissions, isEnabledRoles, joinServer, makeUserCols, refreshAccessToken, requestPermissions, sudo, updateAuth, updateServerIDMethods inherited from class AuthCoreProvider
authorize, getCommands, getDetails, isSupport, registerProviders, verifyAuthMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Reconfigurable
defaultCommandsMap
-
Field Details
-
postgresSQLHolder
-
-
Constructor Details
-
PostgresSQLCoreProvider
public PostgresSQLCoreProvider()
-
-
Method Details
-
getSQLConfig
- Specified by:
getSQLConfigin classAbstractSQLCoreProvider
-
init
- Overrides:
initin classAbstractSQLCoreProvider
-