Uses of Class
org.apache.activemq.shiro.SecurityFilter
-
Packages that use SecurityFilter Package Description org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.env org.apache.activemq.shiro.subject -
-
Uses of SecurityFilter in org.apache.activemq.shiro.authc
Subclasses of SecurityFilter in org.apache.activemq.shiro.authc Modifier and Type Class Description classAuthenticationFilterTheAuthenticationFilterenforces 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.authz Modifier and Type Class Description classAuthorizationFilterTheAuthorizationFilterasserts 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.env Modifier and Type Class Description classEnvironmentFilterAn abstractBrokerFilterthat makes the ShiroEnvironmentavailable to subclasses. -
Uses of SecurityFilter in org.apache.activemq.shiro.subject
Subclasses of SecurityFilter in org.apache.activemq.shiro.subject Modifier and Type Class Description classSubjectFilterTheSubjectFilterensures a ShiroSubjectrepresenting the client's identity is associated with every connection to the ActiveMQ Broker.
-