java.lang.Object
org.apache.jena.fuseki.auth.Users
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Reserved user role name: Name of the user role for any authenticated user of the system In the servlet API, this includesgetRemoteUser() == null
static String
Reserved user role name: Name of the user role for any authenticated user of the system.static String
Reserved user role name: Name of the user role for that has no access. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UserDenyAll
Reserved user role name: Name of the user role for that has no access. -
UserAnyLoggedIn
Reserved user role name: Name of the user role for any authenticated user of the system. In the servlet API, this equates togetRemoteUser() != null
. -
UserAnyAnon
Reserved user role name: Name of the user role for any authenticated user of the system In the servlet API, this includesgetRemoteUser() == null
-
-
Constructor Details
-
Users
public Users()
-