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 AuthenticatedIf
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
AuthenticatedIf
Marks an endpoint as authenticated if the named setting is set to true.
Author:
Tim Boudreau
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
setting
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Element Details
setting
String
setting
value
String
value
Default:
"default"