Package de.bytestore.hostinger.handler
Klasse AuthenticationHandler
java.lang.Object
de.bytestore.hostinger.handler.AuthenticationHandler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic String
authenticate
(String providerIO) Logs in the user by executing the authentificate method of all available AuthenticationExtensionPoint instances.
-
Konstruktordetails
-
AuthenticationHandler
public AuthenticationHandler()
-
-
Methodendetails
-
authenticate
Logs in the user by executing the authentificate method of all available AuthenticationExtensionPoint instances.- Parameter:
providerIO
- the provider for authentication- Gibt zurück:
- Löst aus:
Exception
- if an exception occurs during the authentificate process
-