Interface | Description |
---|---|
AuthenticationPolicy |
An
AuthenticationPolicy customizes the behavior of the AuthenticationFilter , such as whether or not
authentication is required or how to represent trusted/known Subject identities. |
AuthenticationTokenFactory |
A
AuthenticationTokenFactory inspects a newly-added ActiveMQ connection and returns a Shiro
AuthenticationToken instance representing credentials associated with the connection. |
Class | Description |
---|---|
AuthenticationFilter |
The
AuthenticationFilter enforces if authentication is required before allowing the broker filter chain
to continue. |
DefaultAuthenticationPolicy | |
DefaultAuthenticationTokenFactory |
Default implementation of the
AuthenticationTokenFactory interface that returns
UsernamePasswordToken instances based on inspecting the
ConnectionInfo . |
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.