| Modifier and Type | Class and Description |
|---|---|
class |
SecurityContextAllowAll
A
SecurityContext that allow any graph, default or named. |
class |
SecurityContextAllowNamedGraphs
A
SecurityContext that allow to named graph but not the default graph. |
class |
SecurityContextAllowNone
A
SecurityContext that does not allow any access. |
class |
SecurityContextView
A
SecurityContextView is the things actor (user, role) is allowed to do. |
| Modifier and Type | Field and Description |
|---|---|
static SecurityContext |
SecurityContext.ALL |
static SecurityContext |
SecurityContext.NONE |
| Modifier and Type | Method and Description |
|---|---|
static SecurityContext |
SecurityContext.ALL_NG(DatasetGraph dsg) |
SecurityContext |
AuthorizationService.get(String actor)
Return the security context for a geiven actor (user)
|
SecurityContext |
SecurityRegistry.get(String actor) |
| Modifier and Type | Method and Description |
|---|---|
static DatasetGraph |
DataAccessCtl.filteredDataset(DatasetGraph dsg,
SecurityContext sCxt)
Return a read-only
DatasetGraphFilteredView that fulfils the SecurityContext. |
Licensed under the Apache License, Version 2.0