public class InMemoryGraphAuthorizationRepository extends Object implements GraphAuthorizationRepository
| Constructor and Description |
|---|
InMemoryGraphAuthorizationRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizationToGraph(String... auths) |
List<String> |
getGraphAuthorizations() |
void |
removeAuthorizationFromGraph(String auth) |
public InMemoryGraphAuthorizationRepository()
public void addAuthorizationToGraph(String... auths)
addAuthorizationToGraph in interface GraphAuthorizationRepositorypublic void removeAuthorizationFromGraph(String auth)
removeAuthorizationFromGraph in interface GraphAuthorizationRepositorypublic List<String> getGraphAuthorizations()
getGraphAuthorizations in interface GraphAuthorizationRepositoryCopyright © 2013–2017 V5 Analytics. All rights reserved.