Interface UserAuthenticationService

All Known Implementing Classes:
InternalUserAuthenticationServiceImpl, LDAPUserAuthenticationService, LocalAndLDAPAuthenticationService

public interface UserAuthenticationService
  • Method Details

    • getById

      UserEntity getById(int id)
    • authenticate

      UserEntity authenticate(String username, String password, boolean basicAuth)
    • authenticate

      UserEntity authenticate(String sessionReconnectToken)
    • executeBackgroundTasks

      void executeBackgroundTasks()
      Called periodically to request that the background tasks needed by this authentication service be performed