Class SubjectFilter

  • All Implemented Interfaces:
    Broker, Region, Service

    public class SubjectFilter
    extends EnvironmentFilter
    The SubjectFilter ensures a Shiro Subject representing the client's identity is associated with every connection to the ActiveMQ Broker. The Subject is made available to downstream broker filters so they may perform security checks as necessary.

    This implementation does not perform any security checks/assertions itself. It is expected that other broker filters will be configured after this one and those will perform any security behavior or checks as necessary.

    Since:
    5.10.0