Uses of Class
org.apache.activemq.shiro.ConnectionReference
Packages that use ConnectionReference
-
Uses of ConnectionReference in org.apache.activemq.shiro.authc
Methods in org.apache.activemq.shiro.authc with parameters of type ConnectionReferenceModifier and TypeMethodDescriptionprotected org.apache.shiro.subject.PrincipalCollectionDefaultAuthenticationPolicy.createAssumedIdentity(ConnectionReference conn) Returns a ShiroPrincipalCollectionrepresenting the identity to assume (without true authentication) for the specified Connection.protected booleanDefaultAuthenticationPolicy.credentialsAvailable(ConnectionReference conn) Returnstrueif the client connection has supplied credentials to authenticate itself,falseotherwise.voidAuthenticationPolicy.customizeSubject(org.apache.shiro.subject.Subject.Builder subjectBuilder, ConnectionReference ref) Allows customization of theSubjectbeing built for the specified client connection.voidDefaultAuthenticationPolicy.customizeSubject(org.apache.shiro.subject.Subject.Builder subjectBuilder, ConnectionReference conn) protected org.apache.shiro.subject.SubjectAuthenticationFilter.getSubject(ConnectionReference conn) protected booleanDefaultAuthenticationPolicy.isAssumeIdentity(ConnectionReference conn) Returnstrueif an unauthenticated connection should still assume a specific identity,falseotherwise.protected booleanDefaultAuthenticationPolicy.isSystemConnection(ConnectionReference conn) -
Uses of ConnectionReference in org.apache.activemq.shiro.subject
Subclasses of ConnectionReference in org.apache.activemq.shiro.subjectModifier and TypeClassDescriptionclassConnectionReferencethat further provides access to the connection's Subject instance.Methods in org.apache.activemq.shiro.subject with parameters of type ConnectionReferenceModifier and TypeMethodDescriptionorg.apache.shiro.subject.SubjectConnectionSubjectFactory.createSubject(ConnectionReference ref) Creates aSubjectinstance representing the connection client.org.apache.shiro.subject.SubjectDefaultConnectionSubjectFactory.createSubject(ConnectionReference conn) protected org.apache.shiro.subject.SubjectSubjectFilter.createSubject(ConnectionReference conn) Constructors in org.apache.activemq.shiro.subject with parameters of type ConnectionReference