Uses of Enum Class
org.apache.jena.atlas.web.AuthScheme
-
Uses of AuthScheme in org.apache.jena.atlas.web
Modifier and TypeMethodDescriptionstatic AuthScheme
static AuthScheme
Returns the enum constant of this class with the specified name.static AuthScheme[]
AuthScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthScheme in org.apache.jena.http.auth
Modifier and TypeFieldDescriptionfinal AuthScheme
AuthChallenge.authScheme
Map key name used to record the authentication scheme (entries in the header are lower case and never clash with this name).