Uses of Class
org.apache.activemq.shiro.subject.SubjectConnectionReference
-
Packages that use SubjectConnectionReference Package Description org.apache.activemq.shiro org.apache.activemq.shiro.authc org.apache.activemq.shiro.subject -
-
Uses of SubjectConnectionReference in org.apache.activemq.shiro
Methods in org.apache.activemq.shiro with parameters of type SubjectConnectionReference Modifier and Type Method Description SecurityContext
DefaultSecurityContextFactory. createSecurityContext(SubjectConnectionReference conn)
Returns a newSubjectSecurityContext
instance, allowing the connection'sSubject
and the ShiroEnvironment
to be available to downstream security broker filters.SecurityContext
SecurityContextFactory. createSecurityContext(SubjectConnectionReference ref)
Creates a newSecurityContext
retaining the client connection'sSubject
instance. -
Uses of SubjectConnectionReference in org.apache.activemq.shiro.authc
Methods in org.apache.activemq.shiro.authc with parameters of type SubjectConnectionReference Modifier and Type Method Description org.apache.shiro.authc.AuthenticationToken
AuthenticationTokenFactory. getAuthenticationToken(SubjectConnectionReference ref)
Returns a ShiroAuthenticationToken
instance that should be used to authenticate the connection'sSubject
, ornull
if no authentication information can be obtained.org.apache.shiro.authc.AuthenticationToken
DefaultAuthenticationTokenFactory. getAuthenticationToken(SubjectConnectionReference conn)
boolean
AuthenticationPolicy. isAuthenticationRequired(SubjectConnectionReference ref)
Returnstrue
if the connection'sSubject
instance should be authenticated,false
otherwise.boolean
DefaultAuthenticationPolicy. isAuthenticationRequired(SubjectConnectionReference conn)
-
Uses of SubjectConnectionReference in org.apache.activemq.shiro.subject
Methods in org.apache.activemq.shiro.subject with parameters of type SubjectConnectionReference Modifier and Type Method Description protected SecurityContext
SubjectFilter. createSecurityContext(SubjectConnectionReference conn)
Constructors in org.apache.activemq.shiro.subject with parameters of type SubjectConnectionReference Constructor Description SubjectSecurityContext(SubjectConnectionReference conn)
-