Uses of Class
org.pac4j.http.credentials.DigestCredentials
-
Packages that use DigestCredentials Package Description org.pac4j.http.client.direct org.pac4j.http.credentials.extractor -
-
Uses of DigestCredentials in org.pac4j.http.client.direct
Methods in org.pac4j.http.client.direct that return types with arguments of type DigestCredentials Modifier and Type Method Description protected Optional<DigestCredentials>DirectDigestAuthClient. retrieveCredentials(WebContext context)Per RFC 2617 If a server receives a request for an access-protected object, and an acceptable Authorization header is not sent, the server responds with a "401 Unauthorized" status code, and a WWW-Authenticate header -
Uses of DigestCredentials in org.pac4j.http.credentials.extractor
Methods in org.pac4j.http.credentials.extractor that return types with arguments of type DigestCredentials Modifier and Type Method Description Optional<DigestCredentials>DigestAuthExtractor. extract(WebContext context)Extracts digest Authorization header components.
-