org.linkedin.glu.utils.security
Annotation Type ExpectPrincipal


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExpectPrincipal

Annotation which specifies that a method is expecting a principal usually passed by a different mean (thread local, etc...).