Annotation Type Authorized


  • @InterceptorBinding
    @Documented
    @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface Authorized
    Annotation to indicate the access a web resource is protected by authorization schema. With this annotation, for each access to a component instance that provides the web resource, the user authentication is validated and then its access rights are checked.