Uses of Class
org.apache.jena.http.auth.AuthChallenge
Packages that use AuthChallenge
-
Uses of AuthChallenge in org.apache.jena.http.auth
Methods in org.apache.jena.http.auth that return AuthChallengeModifier and TypeMethodDescriptionstatic AuthChallenge
Parse "WWW-Authenticate:" challenge messageMethods in org.apache.jena.http.auth with parameters of type AuthChallengeModifier and TypeMethodDescriptionAuthEnv.getBearerToken
(String uri, AuthChallenge aHeader) Return a bearer auth token to use when responding to a 401 challenge.Method parameters in org.apache.jena.http.auth with type arguments of type AuthChallengeModifier and TypeMethodDescriptionvoid
AuthEnv.setBearerTokenProvider
(BiFunction<String, AuthChallenge, String> tokenSupplier) Set the creator of tokens for bearer authentication.