Interface UserAuthenticationService
- All Known Implementing Classes:
InternalUserAuthenticationServiceImpl,LDAPUserAuthenticationService,LocalAndLDAPAuthenticationService
public interface UserAuthenticationService
-
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)
-
Method Details
-
getById
-
authenticate
-
authenticate
-
executeBackgroundTasks
void executeBackgroundTasks()Called periodically to request that the background tasks needed by this authentication service be performed
-