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

nz.co.katatech.springboot.security.stateless.config.EnableStatelessSecurity 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.config;


import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @author Ratha Long
 */
@Target( ElementType.TYPE )
@Retention( RetentionPolicy.RUNTIME )
@Documented
@Import( {StatelessSecurityConfiguration.class} )
public @interface EnableStatelessSecurity {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy