Uses of Class
org.apache.activemq.shiro.subject.SubjectConnectionReference
Packages that use SubjectConnectionReference
Package
Description
-
Uses of SubjectConnectionReference in org.apache.activemq.shiro
Methods in org.apache.activemq.shiro with parameters of type SubjectConnectionReferenceModifier and TypeMethodDescriptionDefaultSecurityContextFactory.createSecurityContext(SubjectConnectionReference conn) Returns a newSubjectSecurityContextinstance, allowing the connection'sSubjectand the ShiroEnvironmentto be available to downstream security broker filters.SecurityContextFactory.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 SubjectConnectionReferenceModifier and TypeMethodDescriptionorg.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) Returns a newUsernamePasswordTokeninstance populated based on the ConnectionInfo'suserNameandpasswordproperties.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 SubjectConnectionReferenceModifier and TypeMethodDescriptionprotected SecurityContextSubjectFilter.createSecurityContext(SubjectConnectionReference conn) Constructors in org.apache.activemq.shiro.subject with parameters of type SubjectConnectionReference