Interface SecurityAdviceTrait
-
- All Superinterfaces:
AccessDeniedAdviceTrait,AdviceTrait,AdviceTrait,AuthenticationAdviceTrait
@API(status=STABLE) public interface SecurityAdviceTrait extends AuthenticationAdviceTrait, AccessDeniedAdviceTrait
-
-
Method Summary
-
Methods inherited from interface org.zalando.problem.spring.web.advice.security.AccessDeniedAdviceTrait
handleAccessDenied
-
Methods inherited from interface org.zalando.problem.spring.common.AdviceTrait
createStackTrace, isCausalChainsEnabled, prepare, process, resolveResponseStatus, toProblem, toProblem, toProblem
-
Methods inherited from interface org.zalando.problem.spring.web.advice.AdviceTrait
create, create, create, create, create, create, create, create, create, fallback, log, negotiate, process
-
Methods inherited from interface org.zalando.problem.spring.web.advice.security.AuthenticationAdviceTrait
handleAuthentication
-
-