Annotation Interface AnonymousAllowed


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Documented public @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 Elements
    Modifier and Type
    Optional Element
    Description
    Level of anonymous access taken into account during disabling system-wide anonymous access.