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