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.httpFields in org.apache.juneau.http declared as UnauthorizedModifier and TypeFieldDescriptionstatic final UnauthorizedHttpResponses.UNAUTHORIZEDA synonym forINSTANCE.Methods in org.apache.juneau.http that return UnauthorizedModifier and TypeMethodDescriptionstatic final UnauthorizedHttpResponses.unauthorized()A shortcut for callingUnauthorized().
- 
Uses of Unauthorized in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as UnauthorizedModifier and TypeFieldDescriptionstatic final UnauthorizedUnauthorized.INSTANCEReusable 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