Uses of Class
org.apache.activemq.shiro.ConnectionReference
-
Packages that use ConnectionReference Package Description org.apache.activemq.shiro.authc org.apache.activemq.shiro.subject -
-
Uses of ConnectionReference in org.apache.activemq.shiro.authc
Methods in org.apache.activemq.shiro.authc with parameters of type ConnectionReference Modifier and Type Method Description protected org.apache.shiro.subject.PrincipalCollection
DefaultAuthenticationPolicy. createAssumedIdentity(ConnectionReference conn)
Returns a ShiroPrincipalCollection
representing the identity to assume (without true authentication) for the specified Connection.protected boolean
DefaultAuthenticationPolicy. credentialsAvailable(ConnectionReference conn)
Returnstrue
if the client connection has supplied credentials to authenticate itself,false
otherwise.void
AuthenticationPolicy. customizeSubject(org.apache.shiro.subject.Subject.Builder subjectBuilder, ConnectionReference ref)
Allows customization of theSubject
being 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)
Returnstrue
if an unauthenticated connection should still assume a specific identity,false
otherwise.protected boolean
DefaultAuthenticationPolicy. isSystemConnection(ConnectionReference conn)
-
Uses of ConnectionReference in org.apache.activemq.shiro.subject
Subclasses of ConnectionReference in org.apache.activemq.shiro.subject Modifier and Type Class Description class
SubjectConnectionReference
ConnectionReference
that further provides access to the connection's Subject instance.Methods in org.apache.activemq.shiro.subject with parameters of type ConnectionReference Modifier and Type Method Description org.apache.shiro.subject.Subject
ConnectionSubjectFactory. createSubject(ConnectionReference ref)
Creates aSubject
instance representing the connection client.org.apache.shiro.subject.Subject
DefaultConnectionSubjectFactory. createSubject(ConnectionReference conn)
protected org.apache.shiro.subject.Subject
SubjectFilter. createSubject(ConnectionReference conn)
Constructors in org.apache.activemq.shiro.subject with parameters of type ConnectionReference Constructor Description ConnectionSubjectResolver(ConnectionReference conn)
-