Annotation Interface Authenticated
Annotation that flags a resource as requiring valid user authentication to
execute.
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionApplies an override option to this resource.boolean
Whether to allow guest users to access this resource.
-
Element Details
-
allowGuests
boolean allowGuestsWhether to allow guest users to access this resource. Defaults to false.- Returns:
- whether guest users are allowed to access this resource
- Default:
false
-
adminOverride
Authenticated.AdminOverrideOption adminOverrideApplies an override option to this resource. Defaults to DISALLOW.- Returns:
- which
Authenticated.AdminOverrideOption
applies to this resource
- Default:
DISALLOW
-