Annotation Type Authenticated
Indicates that this endpoint requires authentication using whatever
mechanism is configured (by default, HTTP Basic Auth - you should implement
and bind Authenticator to use it).
- Author:
- Tim Boudreau
-
Optional Element Summary
Optional Elements -
Field Summary
Fields
-
Field Details
-
OPTIONAL
- See Also:
-
-
Element Details
-
value
String valueUnused for basic auth, but may be by other authentication schemes- Returns:
- Some parameter describing who can access this resource or other information usefully passed to the authentication code
- Default:
- "default"
-
optional
boolean optional- Default:
- true
-