Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
org.apache.activemq.shiro | |
org.apache.activemq.shiro.subject |
Modifier and Type | Method and Description |
---|---|
SecurityContext |
ConnectionContext.getSecurityContext() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionContext.setSecurityContext(SecurityContext subject) |
Modifier and Type | Class and Description |
---|---|
class |
JaasCertificateSecurityContext
Extends the SecurityContext to provide a username which is the
Distinguished Name from the certificate.
|
Modifier and Type | Field and Description |
---|---|
static SecurityContext |
SecurityContext.BROKER_SECURITY_CONTEXT |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.CopyOnWriteArrayList<SecurityContext> |
AbstractAuthenticationBroker.securityContexts |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
AuthorizationBroker.checkSecurityContext(ConnectionContext context) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AuthorizationBroker.checkDestinationAdmin(SecurityContext securityContext,
ActiveMQDestination destination) |
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 | Class and Description |
---|---|
class |
SubjectSecurityContext
ActiveMQ
SecurityContext implementation that retains a Shiro Subject instance for use during
security checks and other security-related operations. |
Modifier and Type | Method and Description |
---|---|
protected SecurityContext |
SubjectFilter.createSecurityContext(SubjectConnectionReference conn) |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.