Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedSecuritySetting
-
-
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 PersistedSecuritySetting Modifier and Type Method Description List<PersistedSecuritySetting>StorageManager. recoverSecuritySettings()Methods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedSecuritySetting Modifier and Type Method Description voidStorageManager. 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 PersistedSecuritySetting Modifier and Type Field Description protected Map<SimpleString,PersistedSecuritySetting>AbstractJournalStorageManager. mapPersistedSecuritySettingsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return PersistedSecuritySetting Modifier and Type Method Description protected static PersistedSecuritySettingAbstractJournalStorageManager. newSecurityRecord(long id, ActiveMQBuffer buffer)Methods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedSecuritySetting Modifier and Type Method Description List<PersistedSecuritySetting>AbstractJournalStorageManager. recoverSecuritySettings()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedSecuritySetting Modifier and Type Method Description voidAbstractJournalStorageManager. 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 PersistedSecuritySetting Modifier and Type Method Description List<PersistedSecuritySetting>NullStorageManager. recoverSecuritySettings()Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedSecuritySetting Modifier and Type Method Description voidNullStorageManager. storeSecuritySetting(PersistedSecuritySetting persistedRoles)
-