Package org.apache.activemq.shiro.authc
-
Interface Summary Interface Description AuthenticationPolicy AnAuthenticationPolicy
customizes the behavior of theAuthenticationFilter
, such as whether or not authentication is required or how to represent trusted/knownSubject
identities.AuthenticationTokenFactory AAuthenticationTokenFactory
inspects a newly-added ActiveMQ connection and returns a ShiroAuthenticationToken
instance representing credentials associated with the connection. -
Class Summary Class Description AuthenticationFilter TheAuthenticationFilter
enforces if authentication is required before allowing the broker filter chain to continue.DefaultAuthenticationPolicy DefaultAuthenticationTokenFactory Default implementation of theAuthenticationTokenFactory
interface that returnsUsernamePasswordToken
instances based on inspecting theConnectionInfo
.