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