Class AuthenticationService
java.lang.Object
de.bytestore.hostinger.security.service.AuthenticationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String providerIO) Logs in the user by executing the authentificate method of all available AuthenticationExtensionPoint instances.
-
Constructor Details
-
AuthenticationService
public AuthenticationService()
-
-
Method Details
-
authenticate
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
-