Class SubjectConnectionReference
- java.lang.Object
-
- org.apache.activemq.shiro.ConnectionReference
-
- org.apache.activemq.shiro.subject.SubjectConnectionReference
-
public class SubjectConnectionReference extends ConnectionReference
ConnectionReference
that further provides access to the connection's Subject instance.- Since:
- 5.10.0
-
-
Constructor Summary
Constructors Constructor Description SubjectConnectionReference(ConnectionContext connCtx, ConnectionInfo connInfo, org.apache.shiro.env.Environment environment, org.apache.shiro.subject.Subject subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.shiro.subject.Subject
getSubject()
-
Methods inherited from class org.apache.activemq.shiro.ConnectionReference
getConnectionContext, getConnectionInfo, getEnvironment
-
-
-
-
Constructor Detail
-
SubjectConnectionReference
public SubjectConnectionReference(ConnectionContext connCtx, ConnectionInfo connInfo, org.apache.shiro.env.Environment environment, org.apache.shiro.subject.Subject subject)
-
-