public class SecurityRegistry extends org.apache.jena.atlas.lib.Registry<String,SecurityContext> implements AuthorizationService
SecurityContext, where the SecurityContext
is the access control operations for that user/role.| Constructor and Description |
|---|
SecurityRegistry() |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
get(String actor)
Return the security context for a geiven actor (user)
|
String |
toLongString() |
String |
toString() |
clear, forEach, isEmpty, isRegistered, keys, put, remove, sizepublic SecurityContext get(String actor)
AuthorizationServiceget in interface AuthorizationServiceget in class org.apache.jena.atlas.lib.Registry<String,SecurityContext>public String toLongString()
Licensed under the Apache License, Version 2.0