Uses of Interface
org.apache.activemq.artemis.core.security.SecurityStore
Packages that use SecurityStore
Package
Description
-
Uses of SecurityStore in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type SecurityStoreModifierConstructorDescriptionAddressControlImpl(AddressInfo addressInfo, ActiveMQServer server, PagingManager pagingManager, StorageManager storageManager, HierarchicalRepository<Set<Role>> securityRepository, SecurityStore securityStore, ManagementService managementService) QueueControlImpl(Queue queue, String address, ActiveMQServer server, StorageManager storageManager, SecurityStore securityStore, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of SecurityStore in org.apache.activemq.artemis.core.security.impl
Classes in org.apache.activemq.artemis.core.security.impl that implement SecurityStoreModifier and TypeClassDescriptionclassThe ActiveMQ Artemis SecurityStore implementation -
Uses of SecurityStore in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return SecurityStore -
Uses of SecurityStore in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return SecurityStoreConstructors in org.apache.activemq.artemis.core.server.impl with parameters of type SecurityStoreModifierConstructorDescriptionServerSessionImpl(String name, String username, String password, String validatedUser, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean strictUpdateDeliveryCount, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, ManagementService managementService, ActiveMQServer server, SimpleString managementAddress, SimpleString defaultAddress, SessionCallback callback, OperationContext context, PagingManager pagingManager, Map<SimpleString, RoutingType> prefixes, String securityDomain, boolean isLegacyProducer) -
Uses of SecurityStore in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type SecurityStoreModifier and TypeMethodDescriptionManagementService.registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of SecurityStore in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type SecurityStoreModifier and TypeMethodDescriptionManagementServiceImpl.registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager1, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of SecurityStore in org.apache.activemq.artemis.core.server.metrics
Constructors in org.apache.activemq.artemis.core.server.metrics with parameters of type SecurityStoreModifierConstructorDescriptionMetricsManager(String brokerName, MetricsConfiguration metricsConfiguration, HierarchicalRepository<AddressSettings> addressSettingsRepository, SecurityStore securityStore, Function<Boolean, String> queueNameFunction)