java.lang.Object
org.apache.jena.fuseki.auth.Users

public class Users extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
    Reserved user role name: Name of the user role for any authenticated user of the system In the servlet API, this includes getRemoteUser() == 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UserDenyAll

      public static String UserDenyAll
      Reserved user role name: Name of the user role for that has no access.
    • UserAnyLoggedIn

      public static String UserAnyLoggedIn
      Reserved user role name: Name of the user role for any authenticated user of the system. In the servlet API, this equates to getRemoteUser() != null.
    • UserAnyAnon

      public static String UserAnyAnon
      Reserved user role name: Name of the user role for any authenticated user of the system In the servlet API, this includes getRemoteUser() == null
  • Constructor Details

    • Users

      public Users()