Annotation Type BasicAuth


@Retention(RUNTIME) @Target(TYPE) @Deprecated public @interface BasicAuth
Deprecated.
Use @Authenticated instead
Indicates that a page requires authentication. The name is a misnomer, since it can indicate any authentication scheme.
Author:
Tim Boudreau