Class SubjectConnectionReference
java.lang.Object
org.apache.activemq.shiro.ConnectionReference
org.apache.activemq.shiro.subject.SubjectConnectionReference
ConnectionReference that further provides access to the connection's Subject instance.- Since:
- 5.10.0
-
Constructor Summary
ConstructorsConstructorDescriptionSubjectConnectionReference(ConnectionContext connCtx, org.apache.activemq.command.ConnectionInfo connInfo, org.apache.shiro.env.Environment environment, org.apache.shiro.subject.Subject subject) -
Method Summary
Methods inherited from class org.apache.activemq.shiro.ConnectionReference
getConnectionContext, getConnectionInfo, getEnvironment
-
Constructor Details
-
SubjectConnectionReference
public SubjectConnectionReference(ConnectionContext connCtx, org.apache.activemq.command.ConnectionInfo connInfo, org.apache.shiro.env.Environment environment, org.apache.shiro.subject.Subject subject)
-
-
Method Details
-
getSubject
public org.apache.shiro.subject.Subject getSubject()
-