All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.interledger.spsp.server.controllers.SecurityExceptionHandler Maven / Gradle / Ivy

Go to download

An Interledger SPSP server with a stateless STREAM receiver that publishes events.

The newest version!
package org.interledger.spsp.server.controllers;

import org.springframework.web.bind.annotation.ControllerAdvice;
import org.zalando.problem.spring.web.advice.security.SecurityAdviceTrait;

/**
 * @see "https://github.com/zalando/problem-spring-web/tree/master/problem-spring-web#security"
 */
@ControllerAdvice
public class SecurityExceptionHandler implements SecurityAdviceTrait {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy