Annotation Type PermitAll
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @SecuredAccess("permitAll") public @interface PermitAll
Allows access to everyone, authenticated or not. I.e. this is Spring Security's definition ofpermitAll. This is in contrast toPermitAllwhich only grants access to every authenticated user.