Package org.zalando.problem.spring.web.advice.security
-
Interface Summary Interface Description AccessDeniedAdviceTrait The request was a valid request, but the server is refusing to respond to it.AuthenticationAdviceTrait Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.SecurityAdviceTrait -
Class Summary Class Description SecurityProblemSupport A compoundAuthenticationEntryPointandAccessDeniedHandlerthat delegates exceptions to Spring WebMVC'sHandlerExceptionResolveras defined inWebMvcConfigurationSupport.