public class RedirectAuthHandlerImpl extends AuthenticationHandlerImpl<AuthenticationProvider> implements RedirectAuthHandler
authProvider, realmDEFAULT_LOGIN_REDIRECT_URL, DEFAULT_RETURN_URL_PARAM| Constructor and Description |
|---|
RedirectAuthHandlerImpl(AuthenticationProvider authProvider,
String loginRedirectURL,
String returnURLParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
getAuthProvider, handle, processExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, createauthenticateHeader, parseCredentials, postAuthenticationpublic RedirectAuthHandlerImpl(AuthenticationProvider authProvider, String loginRedirectURL, String returnURLParam)
public void parseCredentials(RoutingContext context, Handler<AsyncResult<Credentials>> handler)
AuthenticationHandlerparseCredentials in interface AuthenticationHandlercontext - the routing contexthandler - the handler to be called once the information is available.Copyright © 2021. All rights reserved.