Uses of Class
org.apache.activemq.artemis.core.security.ActiveMQPrincipal
-
-
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.protocol.core
Methods in org.apache.activemq.artemis.core.protocol.core that return ActiveMQPrincipal Modifier and Type Method Description ActiveMQPrincipalCoreRemotingConnection. 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 Modifier and Type Method Description ActiveMQPrincipalRemotingConnectionImpl. getDefaultActiveMQPrincipal() -
Uses of ActiveMQPrincipal in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm that return ActiveMQPrincipal Modifier and Type Method Description ActiveMQPrincipalInVMConnection. getDefaultActiveMQPrincipal()Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ActiveMQPrincipal Modifier and Type Method Description voidInVMAcceptor. setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal)Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ActiveMQPrincipal Constructor Description InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor 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 ActiveMQPrincipal Modifier and Type Method Description ActiveMQPrincipalNettyConnection. getDefaultActiveMQPrincipal()Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ActiveMQPrincipal Modifier and Type Method Description voidNettyAcceptor. 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 ActiveMQPrincipal Modifier and Type Method Description voidRemotingService. 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 ActiveMQPrincipal Modifier and Type Method Description voidRemotingServiceImpl. 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 ActiveMQPrincipal Modifier and Type Method Description ActiveMQPrincipalConnection. getDefaultActiveMQPrincipal()Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ActiveMQPrincipal Modifier and Type Method Description voidAcceptor. setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal)Set the default security Principal to be used when no user/pass are defined, only for InVM
-