es.develex.saml.OktaAuth Maven / Gradle / Ivy
package es.develex.saml;
import play.mvc.With;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@With(OktaAuthAction.class)
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface OktaAuth {
boolean value() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy