Uses of Class
org.apache.juneau.http.response.Unauthorized
Packages that use Unauthorized
Package
Description
HTTP Response Exception Beans
-
Uses of Unauthorized in org.apache.juneau.http
Fields in org.apache.juneau.http declared as UnauthorizedModifier and TypeFieldDescriptionstatic final Unauthorized
HttpResponses.UNAUTHORIZED
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return UnauthorizedModifier and TypeMethodDescriptionstatic final Unauthorized
HttpResponses.unauthorized()
A shortcut for callingUnauthorized()
. -
Uses of Unauthorized in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as UnauthorizedModifier and TypeFieldDescriptionstatic final Unauthorized
Unauthorized.INSTANCE
Reusable unmodifiable instanceMethods in org.apache.juneau.http.response that return UnauthorizedModifier and TypeMethodDescriptionUnauthorized.copy()
Creates a modifiable copy of this bean.Unauthorized.setHeader2
(String name, Object value) Unauthorized.setHeaders
(HeaderList value) Unauthorized.setHeaders2
(Header... values) Unauthorized.setLocale2
(Locale value) Unauthorized.setMessage
(String message, Object... args) Unauthorized.setProtocolVersion
(ProtocolVersion value) Unauthorized.setReasonPhrase2
(String value) Unauthorized.setReasonPhraseCatalog
(ReasonPhraseCatalog value) Unauthorized.setStatusCode2
(int code) Unauthorized.setStatusLine
(BasicStatusLine value) Unauthorized.setUnmodifiable()
Constructors in org.apache.juneau.http.response with parameters of type Unauthorized