public class JWTAuthorizationImpl extends Object implements JWTAuthorization
| Constructor and Description |
|---|
JWTAuthorizationImpl(String rootClaim) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAuthorizations(User user,
Handler<AsyncResult<Void>> handler)
Updates the user with the set of authorizations.
|
String |
getId()
returns the id of the authorization provider
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatecreate, getAuthorizationspublic JWTAuthorizationImpl(String rootClaim)
public String getId()
AuthorizationProvidergetId in interface AuthorizationProviderpublic void getAuthorizations(User user, Handler<AsyncResult<Void>> handler)
AuthorizationProvidergetAuthorizations in interface AuthorizationProvideruser - user to lookup and updatehandler - result handlerCopyright © 2021. All rights reserved.