public interface AuthorizationRepository
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAuthorizations(User user) |
org.vertexium.Authorizations |
getGraphAuthorizations(User user,
String... additionalAuthorizations) |
void |
updateUser(User user,
AuthorizationContext authorizationContext)
Called by UserRepository when a user is authenticated possibly by a web authentication handler
|
void updateUser(User user, AuthorizationContext authorizationContext)
Copyright © 2013–2017 V5 Analytics. All rights reserved.