
com.stormpath.spring.config.EnableStormpathSecurity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stormpath-spring-security Show documentation
Show all versions of stormpath-spring-security Show documentation
Stormpath Spring Security integration allows Spring Security applications to use Stormpath as
the backend for all of their security needs.
package com.stormpath.spring.config;
import org.springframework.context.annotation.Import;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @since 1.0.RC5
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@EnableStormpath
@Import({StormpathSpringSecurityConfiguration.class})
public @interface EnableStormpathSecurity {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy