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

nz.co.katatech.springboot.security.stateless.AuthenticationConverter Maven / Gradle / Ivy

Go to download

Stateless security using JWT token. Includes stateless CSRF protection, integration OAuth2SSO

There is a newer version: 1.2
Show newest version
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