public class LoginDialog extends Object
| Constructor and Description |
|---|
LoginDialog(UserDataProvider userDataProvider,
TokenProvider tokenProvider,
SessionManager sessionManager,
AccountBlocker accountBlocker,
String dialogLocation,
String path,
boolean exposeUserCredentialsToSession,
String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLoginRequest(Exchange exc) |
void |
init(Router router) |
boolean |
isLoginRequest(Exchange exc) |
Outcome |
redirectToLogin(Exchange exc) |
public LoginDialog(UserDataProvider userDataProvider, TokenProvider tokenProvider, SessionManager sessionManager, AccountBlocker accountBlocker, String dialogLocation, String path, boolean exposeUserCredentialsToSession, String message)
public boolean isLoginRequest(Exchange exc)
public Outcome redirectToLogin(Exchange exc) throws MalformedURLException, UnsupportedEncodingException
Copyright © 2022. All Rights Reserved.