Class GuestLoginModule

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

public class GuestLoginModule extends Object implements AuditLoginModule
Always login the user with a default 'guest' identity. Useful for unauthenticated communication channels being used in the same broker as authenticated ones.