JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.mastfrog.acteur.preconditions
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