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

net.openesb.rest.api.annotation.RequiresAuthentication Maven / Gradle / Ivy

The newest version!
package net.openesb.rest.api.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @deprecated This annotation is specific to OpenESB standalone.
 * We have to move it into standalone runtime and handle security concerns for 
 * API resources in a more standard way.
 * 
 * @author David BRASSELY (brasseld at gmail.com)
 * @author OpenESB Community
 */
@Target(value = {ElementType.TYPE, ElementType.METHOD})
@Retention(value = RetentionPolicy.RUNTIME)
public @interface RequiresAuthentication {
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy