Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedUser
-
-
Uses of PersistedUser in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedUser Modifier and Type Method Description Map<String,PersistedUser>StorageManager. getPersistedUsers()Methods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedUser Modifier and Type Method Description voidStorageManager. storeUser(PersistedUser persistedUser) -
Uses of PersistedUser in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedUser Modifier and Type Field Description protected Map<String,PersistedUser>AbstractJournalStorageManager. mapPersistedUsersMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedUser Modifier and Type Method Description Map<String,PersistedUser>AbstractJournalStorageManager. getPersistedUsers()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedUser Modifier and Type Method Description voidAbstractJournalStorageManager. storeUser(PersistedUser persistedUser) -
Uses of PersistedUser 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 PersistedUser Modifier and Type Method Description Map<String,PersistedUser>NullStorageManager. getPersistedUsers()Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedUser Modifier and Type Method Description voidNullStorageManager. storeUser(PersistedUser persistedUser)
-