Uses of Class
org.apache.activemq.artemis.core.security.ActiveMQPrincipal
Packages that use ActiveMQPrincipal
Package
Description
-
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core that return ActiveMQPrincipalModifier and TypeMethodDescriptionCoreRemotingConnection.getDefaultActiveMQPrincipal()Returns the default security principal. -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return ActiveMQPrincipal -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm that return ActiveMQPrincipalMethods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ActiveMQPrincipalModifier and TypeMethodDescriptionvoidInVMAcceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal) Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ActiveMQPrincipalModifierConstructorDescriptionInVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, ArtemisExecutor executor, ActiveMQPrincipal defaultActiveMQPrincipal) -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return ActiveMQPrincipalModifier and TypeMethodDescriptionfinal ActiveMQPrincipalNettyConnection.getDefaultActiveMQPrincipal()Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ActiveMQPrincipalModifier and TypeMethodDescriptionvoidNettyAcceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal) not allowed -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.remoting.server
Methods in org.apache.activemq.artemis.core.remoting.server with parameters of type ActiveMQPrincipalModifier and TypeMethodDescriptionvoidRemotingService.allowInvmSecurityOverride(ActiveMQPrincipal principal) Allow acceptors to use this as their default security Principal if applicable. -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.remoting.server.impl
Methods in org.apache.activemq.artemis.core.remoting.server.impl with parameters of type ActiveMQPrincipalModifier and TypeMethodDescriptionvoidRemotingServiceImpl.allowInvmSecurityOverride(ActiveMQPrincipal principal) -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ActiveMQPrincipalMethods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ActiveMQPrincipalModifier and TypeMethodDescriptionvoidAcceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal) Set the default security Principal to be used when no user/pass are defined, only for InVM