public class InMemoryAuthorizationRepository extends Object implements AuthorizationRepository
| Constructor and Description |
|---|
InMemoryAuthorizationRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizationToGraph(String... auths) |
List<String> |
getGraphAuthorizations() |
void |
removeAuthorizationFromGraph(String auth) |
public void addAuthorizationToGraph(String... auths)
addAuthorizationToGraph in interface AuthorizationRepositorypublic void removeAuthorizationFromGraph(String auth)
removeAuthorizationFromGraph in interface AuthorizationRepositorypublic List<String> getGraphAuthorizations()
getGraphAuthorizations in interface AuthorizationRepositoryCopyright © 2013–2016 V5 Analytics. All rights reserved.