Interface LoginHandler
- All Known Implementing Classes:
LoginHandlerImpl,OidcLoginHandlerImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface LoginHandler
-
Method Summary
Modifier and TypeMethodDescriptionAuthenticateResultDtoauthenticate(AuthToken[] tokens) intUserDtologoff()
-
Method Details
-
getRequiredClientModules
- Throws:
ServerCallFailedException
-
authenticate
- Throws:
ServerCallFailedException
-
isAuthenticated
- Throws:
ServerCallFailedException
-
logoff
- Throws:
ServerCallFailedException
-
getSessionTimeout
- Throws:
ServerCallFailedException
-