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 SecurityContextDefaultSecurityContextFactory. createSecurityContext(SubjectConnectionReference conn)Returns a newSubjectSecurityContextinstance, allowing the connection'sSubjectand the ShiroEnvironmentto be available to downstream security broker filters.SecurityContextSecurityContextFactory. createSecurityContext(SubjectConnectionReference ref)Creates a newSecurityContextretaining the client connection'sSubjectinstance. -
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.AuthenticationTokenAuthenticationTokenFactory. getAuthenticationToken(SubjectConnectionReference ref)Returns a ShiroAuthenticationTokeninstance that should be used to authenticate the connection'sSubject, ornullif no authentication information can be obtained.org.apache.shiro.authc.AuthenticationTokenDefaultAuthenticationTokenFactory. getAuthenticationToken(SubjectConnectionReference conn)booleanAuthenticationPolicy. isAuthenticationRequired(SubjectConnectionReference ref)Returnstrueif the connection'sSubjectinstance should be authenticated,falseotherwise.booleanDefaultAuthenticationPolicy. 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 SecurityContextSubjectFilter. createSecurityContext(SubjectConnectionReference conn)Constructors in org.apache.activemq.shiro.subject with parameters of type SubjectConnectionReference Constructor Description SubjectSecurityContext(SubjectConnectionReference conn)
-