Uses of Class
org.apache.activemq.shiro.SecurityFilter
Packages that use SecurityFilter
Package
Description
-
Uses of SecurityFilter in org.apache.activemq.shiro.authc
Subclasses of SecurityFilter in org.apache.activemq.shiro.authcModifier and TypeClassDescriptionclassTheAuthenticationFilterenforces if authentication is required before allowing the broker filter chain to continue. -
Uses of SecurityFilter in org.apache.activemq.shiro.authz
Subclasses of SecurityFilter in org.apache.activemq.shiro.authzModifier and TypeClassDescriptionclassTheAuthorizationFilterasserts that actions are allowed to execute first before they are actually executed. -
Uses of SecurityFilter in org.apache.activemq.shiro.env
Subclasses of SecurityFilter in org.apache.activemq.shiro.envModifier and TypeClassDescriptionclassAn abstractBrokerFilterthat makes the ShiroEnvironmentavailable to subclasses. -
Uses of SecurityFilter in org.apache.activemq.shiro.subject
Subclasses of SecurityFilter in org.apache.activemq.shiro.subjectModifier and TypeClassDescriptionclassTheSubjectFilterensures a ShiroSubjectrepresenting the client's identity is associated with every connection to the ActiveMQ Broker.