Modifier and Type | Method and Description |
---|---|
boolean |
BaseInterceptor.intercept(P packet,
RemotingConnection connection)
Intercepts a packet which is received before it is sent to the channel
|
Modifier and Type | Method and Description |
---|---|
RemotingConnection |
ClientSessionFactory.getConnection()
Returns the code connection used by this session factory.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TopologyMember.isMember(RemotingConnection connection)
Returns true if this TopologyMember is the target of this remoting connection
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProtocolManager<P,I extends BaseInterceptor<P>,C extends RemotingConnection> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemotingConnection |
Modifier and Type | Field and Description |
---|---|
RemotingConnection |
ConnectionEntry.connection |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolManager.handleBuffer(RemotingConnection connection,
ActiveMQBuffer buffer) |
Constructor and Description |
---|
ConnectionEntry(RemotingConnection connection,
Executor connectionExecutor,
long lastCheck,
long ttl) |
Modifier and Type | Field and Description |
---|---|
protected RemotingConnection |
SessionContext.remotingConnection |
Modifier and Type | Method and Description |
---|---|
RemotingConnection |
ClientProtocolManager.connect(Connection transportConnection,
long callTimeout,
long callFailoverTimeout,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors,
TopologyResponseHandler topologyResponseHandler) |
RemotingConnection |
ClientProtocolManager.getCurrentConnection() |
RemotingConnection |
Connection.getProtocolConnection() |
RemotingConnection |
SessionContext.getRemotingConnection() |
Modifier and Type | Method and Description |
---|---|
void |
TopologyResponseHandler.nodeDisconnected(RemotingConnection conn,
String nodeID,
String scaleDownTargetNodeID) |
abstract boolean |
SessionContext.reattachOnNewConnection(RemotingConnection newConnection)
it will either reattach or reconnect, preferably reattaching it.
|
void |
Connection.setProtocolConnection(RemotingConnection connection) |
Constructor and Description |
---|
SessionContext(RemotingConnection remotingConnection) |
Modifier and Type | Method and Description |
---|---|
Subject |
ActiveMQSecurityManager5.authenticate(String user,
String password,
RemotingConnection remotingConnection,
String securityDomain)
is this a valid user.
|
Subject |
ActiveMQJAASSecurityManager.authenticate(String user,
String password,
RemotingConnection remotingConnection,
String securityDomain) |
Subject |
ActiveMQBasicSecurityManager.authenticate(String userToAuthenticate,
String passwordToAuthenticate,
RemotingConnection remotingConnection,
String securityDomain) |
String |
ActiveMQSecurityManager3.validateUser(String user,
String password,
RemotingConnection remotingConnection)
is this a valid user.
|
String |
ActiveMQSecurityManager4.validateUser(String user,
String password,
RemotingConnection remotingConnection,
String securityDomain)
is this a valid user.
|
String |
ActiveMQSecurityManager3.validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType,
String address,
RemotingConnection remotingConnection)
Determine whether the given user is valid and whether they have
the correct role for the given destination address.
|
boolean |
ActiveMQSecurityManager2.validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType,
String address,
RemotingConnection connection)
Determine whether the given user is valid and whether they have
the correct role for the given destination address.
|
String |
ActiveMQSecurityManager4.validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType,
String address,
RemotingConnection remotingConnection,
String securityDomain)
Determine whether the given user is valid and whether they have
the correct role for the given destination address.
|
Constructor and Description |
---|
JaasCallbackHandler(String username,
String password,
RemotingConnection remotingConnection) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.