Package | Description |
---|---|
org.apache.activemq.shiro | |
org.apache.activemq.shiro.authc | |
org.apache.activemq.shiro.subject |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
SecurityContextFactory.createSecurityContext(SubjectConnectionReference ref)
Creates a new
SecurityContext retaining the client connection's Subject instance. |
SecurityContext |
DefaultSecurityContextFactory.createSecurityContext(SubjectConnectionReference conn)
Returns a new
SubjectSecurityContext instance, allowing the connection's Subject and the Shiro
Environment to be available to downstream security broker filters. |
Modifier and Type | Method and Description |
---|---|
org.apache.shiro.authc.AuthenticationToken |
DefaultAuthenticationTokenFactory.getAuthenticationToken(SubjectConnectionReference conn)
|
org.apache.shiro.authc.AuthenticationToken |
AuthenticationTokenFactory.getAuthenticationToken(SubjectConnectionReference ref)
Returns a Shiro
AuthenticationToken instance that should be used to authenticate the connection's
Subject , or null if no authentication information can be obtained. |
boolean |
AuthenticationPolicy.isAuthenticationRequired(SubjectConnectionReference ref)
Returns
true if the connection's Subject instance should be authenticated, false otherwise. |
boolean |
DefaultAuthenticationPolicy.isAuthenticationRequired(SubjectConnectionReference conn) |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
SubjectFilter.createSecurityContext(SubjectConnectionReference conn) |
Constructor and Description |
---|
SubjectSecurityContext(SubjectConnectionReference conn) |
Copyright © 2005–2017. All rights reserved.