Uses of Class
org.apache.activemq.artemis.dto.SecurityDTO
-
Packages that use SecurityDTO Package Description org.apache.activemq.artemis.cli.factory.security org.apache.activemq.artemis.dto The JAXB POJOs for the XML configuration of ActiveMQ Artemis broker -
-
Uses of SecurityDTO in org.apache.activemq.artemis.cli.factory.security
Methods in org.apache.activemq.artemis.cli.factory.security with parameters of type SecurityDTO Modifier and Type Method Description static ActiveMQSecurityManagerSecurityManagerFactory. create(SecurityDTO config)ActiveMQSecurityManagerJaasSecurityHandler. createSecurityManager(SecurityDTO security)ActiveMQSecurityManagerSecurityHandler. createSecurityManager(SecurityDTO securityDTO)ActiveMQSecurityManagerSecurityManagerHandler. createSecurityManager(SecurityDTO security) -
Uses of SecurityDTO in org.apache.activemq.artemis.dto
Subclasses of SecurityDTO in org.apache.activemq.artemis.dto Modifier and Type Class Description classJaasSecurityDTOclassSecurityManagerDTOFields in org.apache.activemq.artemis.dto declared as SecurityDTO Modifier and Type Field Description SecurityDTOBrokerDTO. security
-