Package org.apache.activemq.shiro
-
Interface Summary Interface Description SecurityContextFactory ASecurityContextFactory
returns aSecurityContext
instance that retains a client connection'sSubject
instance. -
Class Summary Class Description ConnectionReference A reference (handle) to a client'sConnectionContext
andConnectionInfo
as well as the ShiroEnvironment
.DefaultSecurityContextFactory DefaultSecurityContextFactory
implementation that createsSubjectSecurityContext
instances, allowing the connection'sSubject
and the ShiroEnvironment
to be available to downstream security broker filters.SecurityFilter ShiroPlugin