Uses of Class
org.apache.activemq.security.SecurityContext
Packages that use SecurityContext
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
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 SecurityContextMethods in org.apache.activemq.broker with parameters of type SecurityContextModifier and TypeMethodDescriptionvoidConnectionContext.setSecurityContext(SecurityContext subject) -
Uses of SecurityContext in org.apache.activemq.security
Subclasses of SecurityContext in org.apache.activemq.securityModifier and TypeClassDescriptionclassExtends the SecurityContext to provide a username which is the Distinguished Name from the certificate.Fields in org.apache.activemq.security declared as SecurityContextModifier and TypeFieldDescriptionstatic final SecurityContextSecurityContext.BROKER_SECURITY_CONTEXTFields in org.apache.activemq.security with type parameters of type SecurityContextModifier and TypeFieldDescriptionprotected final CopyOnWriteArrayList<SecurityContext>AbstractAuthenticationBroker.securityContextsMethods in org.apache.activemq.security that return SecurityContextModifier and TypeMethodDescriptionAuthenticationBroker.authenticate(String username, String password, X509Certificate[] peerCertificates) Authenticate the given user using the mechanism provided by this service.JaasAuthenticationBroker.authenticate(String username, String password, X509Certificate[] certificates) JaasCertificateAuthenticationBroker.authenticate(String username, String password, X509Certificate[] peerCertificates) JaasDualAuthenticationBroker.authenticate(String username, String password, X509Certificate[] peerCertificates) SimpleAuthenticationBroker.authenticate(String username, String password, X509Certificate[] certificates) protected SecurityContextAuthorizationBroker.checkSecurityContext(ConnectionContext context) Methods in org.apache.activemq.security with parameters of type SecurityContextModifier and TypeMethodDescriptionprotected booleanAuthorizationBroker.checkDestinationAdmin(SecurityContext securityContext, org.apache.activemq.command.ActiveMQDestination destination)