public class RedirectAuthHandlerImpl extends AuthHandlerImpl
authorities, authProvider, realm| Constructor and Description |
|---|
RedirectAuthHandlerImpl(AuthProvider authProvider,
String loginRedirectURL,
String returnURLParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseCredentials(RoutingContext context,
Handler<AsyncResult<JsonObject>> handler)
Parses the credentials from the request into a JsonObject.
|
addAuthorities, addAuthority, authenticateHeader, authorize, handle, processExceptionpublic RedirectAuthHandlerImpl(AuthProvider authProvider, String loginRedirectURL, String returnURLParam)
public void parseCredentials(RoutingContext context, Handler<AsyncResult<JsonObject>> handler)
AuthHandlercontext - the routing contexthandler - the handler to be called once the information is available.Copyright © 2020. All rights reserved.