Class AuthenticationService

java.lang.Object
de.bytestore.hostinger.security.service.AuthenticationService

@Service @Component public class AuthenticationService extends Object
  • Constructor Details

    • AuthenticationService

      public AuthenticationService()
  • Method Details

    • authenticate

      public String authenticate(String providerIO)
      Logs in the user by executing the authentificate method of all available AuthenticationExtensionPoint instances.
      Parameters:
      providerIO - the provider for authentication
      Returns:
      Throws:
      Exception - if an exception occurs during the authentificate process