Class PersistedRole
java.lang.Object
org.apache.activemq.artemis.core.persistence.config.PersistedRole
- All Implemented Interfaces:
EncodingSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(ActiveMQBuffer buffer) voidencode(ActiveMQBuffer buffer) intgetRoles()longvoidsetStoreId(long id) toString()
-
Constructor Details
-
PersistedRole
public PersistedRole() -
PersistedRole
-
-
Method Details
-
setStoreId
public void setStoreId(long id) -
getStoreId
public long getStoreId() -
getUsername
-
getRoles
-
getEncodeSize
public int getEncodeSize()- Specified by:
getEncodeSizein interfaceEncodingSupport
-
encode
- Specified by:
encodein interfaceEncodingSupport
-
decode
- Specified by:
decodein interfaceEncodingSupport
-
toString
-