Class UserData
java.lang.Object
org.apache.activemq.artemis.spi.core.security.scram.UserData
Wrapper for user data needed for the SCRAM authentication
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
salt
Salt -
iterations
public final int iterationsIterations used to salt the password -
serverKey
Server key -
storedKey
Stored key
-
-
Constructor Details
-
UserData
Creates new UserData- Parameters:
salt
- Saltiterations
- Iterations for saltingserverKey
- Server keystoredKey
- Stored key
-