org.apache.activemq.artemis.spi.core.security.jaas.TextFileCertificateLoginModule

Here are the examples of the java api class org.apache.activemq.artemis.spi.core.security.jaas.TextFileCertificateLoginModule taken from open source projects.

1. TextFileCertificateLoginModuleTest#setUp()

Project: activemq-artemis
File: TextFileCertificateLoginModuleTest.java
@Before
public void setUp() throws Exception {
    loginModule = new TextFileCertificateLoginModule();
}