public class JWTAuthHandlerImpl extends HTTPAuthorizationHandler<JWTAuth> implements JWTAuthHandler
typeauthProvider, realm| Constructor and Description |
|---|
JWTAuthHandlerImpl(JWTAuth authProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
parseCredentials(RoutingContext context,
Handler<AsyncResult<Credentials>> handler)
Parses the credentials from the request into a JsonObject.
|
authenticateHeader, parseAuthorizationgetAuthProvider, handle, processExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateauthenticateHeader, parseCredentials, postAuthenticationpublic JWTAuthHandlerImpl(JWTAuth authProvider)
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.