public interface AuthorizationProvider
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationProvider |
create(String id,
Set<Authorization> authorizations)
create an authorization provider with the specified id and authorizations
|
void |
getAuthorizations(User user,
Handler<AsyncResult<Set<Authorization>>> handler)
Returns the set of authorizations of the specified user
|
String |
getId()
returns the id of the authorization provider
|
static AuthorizationProvider create(String id, Set<Authorization> authorizations)
id - authorizations - String getId()
void getAuthorizations(User user, Handler<AsyncResult<Set<Authorization>>> handler)
user - handler - Copyright © 2019 Eclipse. All rights reserved.