Uses of Class
org.apache.activemq.security.SecurityContext
-
Packages that use SecurityContext 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. -
-
Uses of SecurityContext in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return SecurityContext Modifier and Type Method Description SecurityContextConnectionContext. getSecurityContext()Methods in org.apache.activemq.broker with parameters of type SecurityContext Modifier and Type Method Description voidConnectionContext. setSecurityContext(SecurityContext subject) -
Uses of SecurityContext in org.apache.activemq.security
Subclasses of SecurityContext in org.apache.activemq.security Modifier and Type Class Description classJaasCertificateSecurityContextExtends the SecurityContext to provide a username which is the Distinguished Name from the certificate.Fields in org.apache.activemq.security declared as SecurityContext Modifier and Type Field Description static SecurityContextSecurityContext. BROKER_SECURITY_CONTEXTFields in org.apache.activemq.security with type parameters of type SecurityContext Modifier and Type Field Description protected CopyOnWriteArrayList<SecurityContext>AbstractAuthenticationBroker. securityContextsMethods in org.apache.activemq.security that return SecurityContext Modifier and Type Method Description SecurityContextAuthenticationBroker. authenticate(String username, String password, X509Certificate[] peerCertificates)Authenticate the given user using the mechanism provided by this service.SecurityContextJaasAuthenticationBroker. authenticate(String username, String password, X509Certificate[] certificates)SecurityContextJaasCertificateAuthenticationBroker. authenticate(String username, String password, X509Certificate[] peerCertificates)SecurityContextJaasDualAuthenticationBroker. authenticate(String username, String password, X509Certificate[] peerCertificates)SecurityContextSimpleAuthenticationBroker. authenticate(String username, String password, X509Certificate[] certificates)protected SecurityContextAuthorizationBroker. checkSecurityContext(ConnectionContext context)Methods in org.apache.activemq.security with parameters of type SecurityContext Modifier and Type Method Description protected booleanAuthorizationBroker. checkDestinationAdmin(SecurityContext securityContext, org.apache.activemq.command.ActiveMQDestination destination)
-