Class BasicSecuritySystemReadOnly

  • All Implemented Interfaces:
    java.util.EventListener, SecuritySystem, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<EventLogMessage>

    public class BasicSecuritySystemReadOnly
    extends BasicSecuritySystem
    Provides a group context check that does not rely on SQL to bypass interception by Hibernate. This read-only variant of the service queries group sudo annotations from the session provider instead of the database.
    Since:
    5.5.7