Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractRemotingConnection.transportConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingConnection.getTransportConnection()
return the underlying Connection.
|
Connection |
AbstractRemotingConnection.getTransportConnection() |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
ProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
Constructor and Description |
---|
AbstractRemotingConnection(Connection transportConnection,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
Connection |
Connector.createConnection()
Create and return a connection from this connector.
|
Modifier and Type | Method and Description |
---|---|
RemotingConnection |
ClientProtocolManager.connect(Connection transportConnection,
long callTimeout,
long callFailoverTimeout,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors,
TopologyResponseHandler topologyResponseHandler) |
void |
BaseConnectionLifeCycleListener.connectionCreated(org.apache.activemq.artemis.core.server.ActiveMQComponent component,
Connection connection,
ProtocolClass protocol)
This method is used both by client connector creation and server connection creation through
acceptors.
|
Modifier and Type | Method and Description |
---|---|
String |
ActiveMQSecurityManager3.validateUser(String user,
String password,
Connection connection)
is this a valid user.
|
String |
ActiveMQJAASSecurityManager.validateUser(String user,
String password,
Connection connection) |
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,
Connection connection)
Determine whether the given user is valid and whether they have
the correct role for the given destination address.
|
String |
ActiveMQJAASSecurityManager.validateUserAndRole(String user,
String password,
Set<org.apache.activemq.artemis.core.security.Role> roles,
org.apache.activemq.artemis.core.security.CheckType checkType,
String address,
Connection connection) |
Constructor and Description |
---|
JaasCallbackHandler(String username,
String password,
Connection connection) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.