java.lang.Object
org.apache.jena.fuseki.auth.Users
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-