Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedSecuritySetting
Packages that use PersistedSecuritySetting
Package
Description
-
Uses of PersistedSecuritySetting in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedSecuritySettingMethods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedSecuritySettingModifier and TypeMethodDescriptionvoidStorageManager.storeSecuritySetting(PersistedSecuritySetting persistedRoles) -
Uses of PersistedSecuritySetting in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedSecuritySettingModifier and TypeFieldDescriptionprotected final Map<SimpleString,PersistedSecuritySetting> AbstractJournalStorageManager.mapPersistedSecuritySettingsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return PersistedSecuritySettingModifier and TypeMethodDescriptionprotected static PersistedSecuritySettingAbstractJournalStorageManager.newSecurityRecord(long id, ActiveMQBuffer buffer) Methods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedSecuritySettingMethods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedSecuritySettingModifier and TypeMethodDescriptionvoidAbstractJournalStorageManager.storeSecuritySetting(PersistedSecuritySetting persistedRoles) -
Uses of PersistedSecuritySetting in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return types with arguments of type PersistedSecuritySettingMethods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedSecuritySettingModifier and TypeMethodDescriptionvoidNullStorageManager.storeSecuritySetting(PersistedSecuritySetting persistedRoles)