Class DigestCallback
java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.DigestCallback
- All Implemented Interfaces:
Callback
Callback to obtain a
MessageDigest for login purpose-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the digest ornullif not known.voidsetDigest(MessageDigest digest) set the digest to use
-
Constructor Details
-
DigestCallback
public DigestCallback()
-
-
Method Details
-
setDigest
set the digest to use- Parameters:
digest- the digest
-
getDigest
Returns the digest ornullif not known.- Returns:
- the digest or
nullif not known
-