Class LocalAndLDAPAuthenticationService
java.lang.Object
com.peterphi.usermanager.guice.authentication.ldap.LocalAndLDAPAuthenticationService
- All Implemented Interfaces:
UserAuthenticationService
-
Field Summary
-
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)
-
Field Details
-
internal
-
-
Constructor Details
-
LocalAndLDAPAuthenticationService
public LocalAndLDAPAuthenticationService()
-
-
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
-