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