Uses of Class
org.apache.activemq.shiro.env.EnvironmentFilter
-
Packages that use EnvironmentFilter Package Description org.apache.activemq.shiro.authc org.apache.activemq.shiro.authz org.apache.activemq.shiro.subject -
-
Uses of EnvironmentFilter in org.apache.activemq.shiro.authc
Subclasses of EnvironmentFilter 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 EnvironmentFilter in org.apache.activemq.shiro.authz
Subclasses of EnvironmentFilter 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 EnvironmentFilter in org.apache.activemq.shiro.subject
Subclasses of EnvironmentFilter 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.
-