Package org.apache.activemq.shiro.authc
-
Interface Summary Interface Description AuthenticationPolicy AnAuthenticationPolicycustomizes the behavior of theAuthenticationFilter, such as whether or not authentication is required or how to represent trusted/knownSubjectidentities.AuthenticationTokenFactory AAuthenticationTokenFactoryinspects a newly-added ActiveMQ connection and returns a ShiroAuthenticationTokeninstance representing credentials associated with the connection. -
Class Summary Class Description AuthenticationFilter TheAuthenticationFilterenforces if authentication is required before allowing the broker filter chain to continue.DefaultAuthenticationPolicy DefaultAuthenticationTokenFactory Default implementation of theAuthenticationTokenFactoryinterface that returnsUsernamePasswordTokeninstances based on inspecting theConnectionInfo.