public class KeycloakAuthorizationImpl extends Object implements KeycloakAuthorization
| Constructor and Description |
|---|
KeycloakAuthorizationImpl() |
| 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 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.