Class JaasSecurityHandler
- java.lang.Object
-
- org.apache.activemq.artemis.cli.factory.security.JaasSecurityHandler
-
- All Implemented Interfaces:
SecurityHandler
public class JaasSecurityHandler extends java.lang.Object implements SecurityHandler
-
-
Constructor Summary
Constructors Constructor Description JaasSecurityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManagercreateSecurityManager(org.apache.activemq.artemis.dto.SecurityDTO security)
-
-
-
Method Detail
-
createSecurityManager
public org.apache.activemq.artemis.spi.core.security.ActiveMQSecurityManager createSecurityManager(org.apache.activemq.artemis.dto.SecurityDTO security) throws java.lang.Exception- Specified by:
createSecurityManagerin interfaceSecurityHandler- Throws:
java.lang.Exception
-
-