public class AccessDeniedResponse extends ResponseWithErrorCode
Constructor and Description |
---|
AccessDeniedResponse() |
AccessDeniedResponse(String user,
Iterable<String> missingAuthorizations,
String description) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getMissingAuthorizations() |
String |
getUser() |
getDescription, getErrorCode, getHttpStatusCode, getReferenceId
@Nullable @Generated(value="lombok") public String getUser()
@Nullable @Generated(value="lombok") public Set<String> getMissingAuthorizations()
Copyright © 2018 SAP SE. All rights reserved.