Class SCRAMPropertiesLoginModule

java.lang.Object
org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoader
org.apache.activemq.artemis.spi.core.security.jaas.SCRAMPropertiesLoginModule
All Implemented Interfaces:
LoginModule, AuditLoginModule

public class SCRAMPropertiesLoginModule extends PropertiesLoader implements AuditLoginModule
Login modules that uses properties files similar to the PropertiesLoginModule. It can either store the username-password in plain text or in an encrypted/hashed form. the main(String[]) method provides a way to prepare unencrypted data to be encrypted/hashed.