Class InternalUserAuthenticationServiceImpl
java.lang.Object
com.peterphi.usermanager.guice.authentication.db.InternalUserAuthenticationServiceImpl
- All Implemented Interfaces:
UserAuthenticationService
public class InternalUserAuthenticationServiceImpl
extends Object
implements UserAuthenticationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(String sessionReconnectToken) authenticate
(String username, String password, boolean basicAuth) void
Called periodically to request that the background tasks needed by this authentication service be performedgetById
(int id)
-
Constructor Details
-
InternalUserAuthenticationServiceImpl
public InternalUserAuthenticationServiceImpl()
-
-
Method Details
-
getById
- Specified by:
getById
in interfaceUserAuthenticationService
-
authenticate
- Specified by:
authenticate
in interfaceUserAuthenticationService
-
authenticate
- Specified by:
authenticate
in interfaceUserAuthenticationService
-
executeBackgroundTasks
public void executeBackgroundTasks()Description copied from interface:UserAuthenticationService
Called periodically to request that the background tasks needed by this authentication service be performed- Specified by:
executeBackgroundTasks
in interfaceUserAuthenticationService
-