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

com.stormpath.spring.config.EnableStormpathSecurity Maven / Gradle / Ivy

Go to download

Stormpath Spring Security integration allows Spring Security applications to use Stormpath as the backend for all of their security needs.

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