| 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.
|
| 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 CopyOnWriteArrayList<SecurityContext> |
AbstractAuthenticationBroker.securityContexts |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SimpleAuthenticationBroker.authenticate(String username,
String password,
X509Certificate[] certificates) |
SecurityContext |
JaasDualAuthenticationBroker.authenticate(String username,
String password,
X509Certificate[] peerCertificates) |
SecurityContext |
JaasCertificateAuthenticationBroker.authenticate(String username,
String password,
X509Certificate[] peerCertificates) |
SecurityContext |
JaasAuthenticationBroker.authenticate(String username,
String password,
X509Certificate[] certificates) |
SecurityContext |
AuthenticationBroker.authenticate(String username,
String password,
X509Certificate[] peerCertificates)
Authenticate the given user using the mechanism provided by this service.
|
protected SecurityContext |
AuthorizationBroker.checkSecurityContext(ConnectionContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AuthorizationBroker.checkDestinationAdmin(SecurityContext securityContext,
org.apache.activemq.command.ActiveMQDestination destination) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.