Package auth.gui

Annotation Type AuthAction.Auth


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    public static @interface AuthAction.Auth
    This @Auth annotation can be used on every controller action (GUI or API) where authentication and authorization are required. If no Role is added, then the default Role 'NONE' is assumed.