Uses of Class
org.apache.juneau.http.header.WwwAuthenticate
Packages that use WwwAuthenticate
-
Uses of WwwAuthenticate in org.apache.juneau.http
Methods in org.apache.juneau.http that return WwwAuthenticateModifier and TypeMethodDescriptionstatic final WwwAuthenticate
HttpHeaders.wwwAuthenticate
(String value) Creates a newWwwAuthenticate
header.static final WwwAuthenticate
HttpHeaders.wwwAuthenticate
(Supplier<String> value) Creates a newWwwAuthenticate
header with a delayed value. -
Uses of WwwAuthenticate in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return WwwAuthenticateModifier and TypeMethodDescriptionstatic WwwAuthenticate
Static creator.static WwwAuthenticate
Static creator with delayed value.