Package au.org.ala.web
Annotation Interface SkipAlaSecured
@Target({TYPE,METHOD,FIELD})
@Retention(RUNTIME)
@Documented
@Inherited
public @interface SkipAlaSecured
Annotation to skip the controller check for authorization from. This annotation can be used to exclude specific actions when
AlaSecured has been specified at the class level because the majority of actions require authorization.