Uses of Enum Class
org.apache.jena.fuseki.main.auth.BearerMode
-
Uses of BearerMode in org.apache.jena.fuseki.main.auth
Modifier and TypeMethodDescriptionstatic BearerMode
Returns the enum constant of this class with the specified name.static BearerMode[]
BearerMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAuthBearerFilter
(Function<String, String> getPrincipalFromToken, BearerMode bearerMode) Create a servlet filter that handled bearer authentication.