Annotation Interface AnonymousAllowed
Informs Spring dispatcher that this endpoint can be accessed by anonymous users.
See
AnonymousAllowedLevel
for details about disabling anonymous access in product-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionLevel of anonymous access taken into account during disabling system-wide anonymous access.
-
Element Details
-
value
AnonymousAllowedLevel valueLevel of anonymous access taken into account during disabling system-wide anonymous access. SeeAnonymousAllowedLevel
for details.- Default:
- BASIC
-