Class SecurityRegistry

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.