| Package | Description | 
|---|---|
| org.apache.activemq.shiro.authc | |
| org.apache.activemq.shiro.subject | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.shiro.subject.PrincipalCollection | DefaultAuthenticationPolicy. createAssumedIdentity(ConnectionReference conn)Returns a Shiro  PrincipalCollectionrepresenting the identity to assume (without true authentication) for
 the specified Connection. | 
| protected boolean | DefaultAuthenticationPolicy. credentialsAvailable(ConnectionReference conn)Returns  trueif the client connection has supplied credentials to authenticate itself,falseotherwise. | 
| void | AuthenticationPolicy. customizeSubject(org.apache.shiro.subject.Subject.Builder subjectBuilder,
                ConnectionReference ref)Allows customization of the  Subjectbeing built for the specified client
 connection. | 
| void | DefaultAuthenticationPolicy. customizeSubject(org.apache.shiro.subject.Subject.Builder subjectBuilder,
                ConnectionReference conn) | 
| protected org.apache.shiro.subject.Subject | AuthenticationFilter. getSubject(ConnectionReference conn) | 
| protected boolean | DefaultAuthenticationPolicy. isAssumeIdentity(ConnectionReference conn)Returns  trueif an unauthenticated connection should still assume a specific identity,falseotherwise. | 
| protected boolean | DefaultAuthenticationPolicy. isSystemConnection(ConnectionReference conn) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SubjectConnectionReferenceConnectionReferencethat further provides access to the connection's Subject instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.shiro.subject.Subject | ConnectionSubjectFactory. createSubject(ConnectionReference ref)Creates a  Subjectinstance representing the connection client. | 
| org.apache.shiro.subject.Subject | DefaultConnectionSubjectFactory. createSubject(ConnectionReference conn) | 
| protected org.apache.shiro.subject.Subject | SubjectFilter. createSubject(ConnectionReference conn) | 
| Constructor and Description | 
|---|
| ConnectionSubjectResolver(ConnectionReference conn) | 
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.