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.org.apache.activemq.shiro org.apache.activemq.shiro.subject -
-
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, ActiveMQDestination destination) -
Uses of SecurityContext in org.apache.activemq.shiro
Methods in org.apache.activemq.shiro that return SecurityContext Modifier and Type Method Description SecurityContextDefaultSecurityContextFactory. createSecurityContext(SubjectConnectionReference conn)Returns a newSubjectSecurityContextinstance, allowing the connection'sSubjectand the ShiroEnvironmentto be available to downstream security broker filters.SecurityContextSecurityContextFactory. createSecurityContext(SubjectConnectionReference ref)Creates a newSecurityContextretaining the client connection'sSubjectinstance. -
Uses of SecurityContext in org.apache.activemq.shiro.subject
Subclasses of SecurityContext in org.apache.activemq.shiro.subject Modifier and Type Class Description classSubjectSecurityContextActiveMQSecurityContextimplementation that retains a ShiroSubjectinstance for use during security checks and other security-related operations.Methods in org.apache.activemq.shiro.subject that return SecurityContext Modifier and Type Method Description protected SecurityContextSubjectFilter. createSecurityContext(SubjectConnectionReference conn)
-