Class LocalAndLDAPAuthenticationService
java.lang.Object
com.peterphi.usermanager.guice.authentication.ldap.LocalAndLDAPAuthenticationService
- All Implemented Interfaces:
UserAuthenticationService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String sessionReconnectToken) authenticate(String username, String password, boolean basicAuth) voidCalled 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:
getByIdin interfaceUserAuthenticationService
-
authenticate
- Specified by:
authenticatein interfaceUserAuthenticationService
-
authenticate
- Specified by:
authenticatein interfaceUserAuthenticationService
-
executeBackgroundTasks
public void executeBackgroundTasks()Description copied from interface:UserAuthenticationServiceCalled periodically to request that the background tasks needed by this authentication service be performed- Specified by:
executeBackgroundTasksin interfaceUserAuthenticationService
-