nz.co.katatech.springboot.security.stateless.TokenParser 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;
public interface TokenParser {
String generate( T subject );
T parse( String token );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy