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