Interface AuthenticatedCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
(Functional-)Interface for registering and handling keycloak javascript authenticated callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(boolean authenticated) Method to be executed when callback occurs.
-
Method Details
-
execute
void execute(boolean authenticated) Method to be executed when callback occurs.- Parameters:
authenticated- Whether the user is authenticated when the callback occurs.
-