Uses of Class
org.apache.jena.http.auth.AuthChallenge
-
Uses of AuthChallenge in org.apache.jena.http.auth
Modifier and TypeMethodDescriptionstatic AuthChallenge
Parse "WWW-Authenticate:" challenge messageModifier and TypeMethodDescriptionAuthEnv.getBearerToken
(String uri, AuthChallenge aHeader) Return a bearer auth token to use when responding to a 401 challenge.Modifier and TypeMethodDescriptionvoid
AuthEnv.setBearerTokenProvider
(BiFunction<String, AuthChallenge, String> tokenSupplier) Set the creator of tokens for bearer authentication.