Package io.github.belgif.rest.problem
Class MissingScopeProblem
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.belgif.rest.problem.api.Problem
io.github.belgif.rest.problem.api.ClientProblem
io.github.belgif.rest.problem.MissingScopeProblem
- All Implemented Interfaces:
FluentProblem<MissingScopeProblem>,HttpResponseHeaders,Serializable
public class MissingScopeProblem
extends ClientProblem
implements FluentProblem<MissingScopeProblem>, HttpResponseHeaders
HTTP 403: Missing Scope (https://www.belgif.be/specification/rest/api-guide/problems/missingScope.html)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final URIThe href URI.static final intThe status.static final StringThe title.static final StringThe problem type.static final URIThe problem type URI.Fields inherited from interface io.github.belgif.rest.problem.api.HttpResponseHeaders
RETRY_AFTER, WWW_AUTHENTICATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRequiredScope(String requiredScope) booleanReturn the HTTP response headers.inthashCode()voidsetRequiredScopes(String... requiredScopes) voidsetRequiredScopes(List<String> requiredScopes) Methods inherited from class io.github.belgif.rest.problem.api.Problem
getAdditionalProperties, getDetail, getHref, getInstance, getMessage, getStatus, getTitle, getType, setAdditionalProperty, setDetail, setHref, setInstanceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.belgif.rest.problem.api.FluentProblem
additionalProperty, detail, href, instance, setAdditionalProperty, setDetail, setHref, setInstance
-
Field Details
-
TYPE
The problem type.- See Also:
-
TYPE_URI
The problem type URI. -
HREF
The href URI. -
TITLE
The title.- See Also:
-
STATUS
public static final int STATUSThe status.- See Also:
-
-
Constructor Details
-
MissingScopeProblem
public MissingScopeProblem() -
MissingScopeProblem
-
-
Method Details
-
realm
-
getRequiredScopes
-
setRequiredScopes
-
setRequiredScopes
-
addRequiredScope
-
equals
-
hashCode
public int hashCode() -
getHttpResponseHeaders
Description copied from interface:HttpResponseHeadersReturn the HTTP response headers.- Specified by:
getHttpResponseHeadersin interfaceHttpResponseHeaders- Returns:
- the HTTP response headers
-