Uses of Enum Class
org.apache.jena.atlas.web.AuthScheme
Packages that use AuthScheme
-
Uses of AuthScheme in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return AuthSchemeModifier 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
Fields in org.apache.jena.http.auth declared as AuthSchemeModifier 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).Methods in org.apache.jena.http.auth that return AuthScheme