|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityContext | |
|---|---|
| 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. |
| Uses of SecurityContext in org.apache.activemq.broker |
|---|
| Methods in org.apache.activemq.broker that return SecurityContext | |
|---|---|
SecurityContext |
ConnectionContext.getSecurityContext()
|
| Methods in org.apache.activemq.broker with parameters of type SecurityContext | |
|---|---|
void |
ConnectionContext.setSecurityContext(SecurityContext subject)
|
| Uses of SecurityContext in org.apache.activemq.security |
|---|
| Subclasses of SecurityContext in org.apache.activemq.security | |
|---|---|
class |
JaasCertificateSecurityContext
Extends the SecurityContext to provide a username which is the Distinguished Name from the certificate. |
| Fields in org.apache.activemq.security declared as SecurityContext | |
|---|---|
static SecurityContext |
SecurityContext.BROKER_SECURITY_CONTEXT
|
| Fields in org.apache.activemq.security with type parameters of type SecurityContext | |
|---|---|
protected CopyOnWriteArrayList<SecurityContext> |
AbstractAuthenticationBroker.securityContexts
|
| Methods in org.apache.activemq.security that return SecurityContext | |
|---|---|
protected SecurityContext |
AuthorizationBroker.checkSecurityContext(ConnectionContext context)
|
| Methods in org.apache.activemq.security with parameters of type SecurityContext | |
|---|---|
protected boolean |
AuthorizationBroker.checkDestinationAdmin(SecurityContext securityContext,
ActiveMQDestination destination)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||