Annotation Type EntitlementAware


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface EntitlementAware
    If this annotation is present on a Class, then this class is an RBAC object Basically, this means that the DAO (ES or DB) should check if a user is entitled to this object or not before returning from the DAO.
    Author:
    lbornova