public interface UpdatableAuthorizationRepository extends AuthorizationRepository
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorization(User user,
String auth,
User authUser) |
void |
removeAuthorization(User user,
String auth,
User authUser) |
void |
setAuthorizations(User user,
Set<String> newAuthorizations,
User authUser) |
getAuthorizations, getGraphAuthorizations, updateUserCopyright © 2013–2017 V5 Analytics. All rights reserved.