java.lang.Object
org.apache.jena.atlas.lib.Registry<String,SecurityContext>
org.apache.jena.fuseki.access.SecurityRegistry
- All Implemented Interfaces:
AuthorizationService
public class SecurityRegistry
extends org.apache.jena.atlas.lib.Registry<String,SecurityContext>
implements AuthorizationService
A registry mapping from a string (typically a user name or role
name) to a
SecurityContext, where the SecurityContext
is the access control operations for that user/role.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the security context for a given actor (user)toString()Methods inherited from class org.apache.jena.atlas.lib.Registry
clear, forEach, isEmpty, isRegistered, keys, put, remove, size
-
Constructor Details
-
SecurityRegistry
public SecurityRegistry()
-
-
Method Details
-
get
Description copied from interface:AuthorizationServiceReturn the security context for a given actor (user)- Specified by:
getin interfaceAuthorizationService- Overrides:
getin classorg.apache.jena.atlas.lib.Registry<String,SecurityContext>
-
toString
-
toLongString
-