nz.co.katatech.springboot.security.stateless.AuthenticationConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-stateless-security Show documentation
Show all versions of spring-stateless-security Show documentation
Stateless security using JWT token. Includes stateless CSRF protection, integration OAuth2SSO
package nz.co.katatech.springboot.security.stateless;
import org.springframework.security.core.Authentication;
public interface AuthenticationConverter {
T convert( Authentication authentication );
Authentication convert( T token );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy