public class JaasAuthenticationBroker extends AbstractAuthenticationBroker
securityContextsnext| Constructor and Description |
|---|
JaasAuthenticationBroker(Broker next,
String jassConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnection(ConnectionContext context,
org.apache.activemq.command.ConnectionInfo info)
A client is establishing a connection with the broker.
|
SecurityContext |
authenticate(String username,
String password,
X509Certificate[] certificates)
Authenticate the given user using the mechanism provided by this service.
|
refresh, removeConnection, removeDestinationacknowledge, addBroker, addConsumer, addDestination, addDestinationInfo, addProducer, addSession, beginTransaction, brokerServiceStarted, commitTransaction, fastProducer, forgetTransaction, gc, getAdaptor, getAdminConnectionContext, getBrokerId, getBrokerName, getBrokerSequenceId, getBrokerService, getClients, getDestinationMap, getDestinationMap, getDestinations, getDestinations, getDurableDestinations, getExecutor, getNext, getPeerBrokerInfos, getPreparedTransactions, getRoot, getScheduler, getTempDataStore, getVmConnectorURI, isExpired, isFaultTolerantConfiguration, isFull, isStopped, messageConsumed, messageDelivered, messageDiscarded, messageExpired, messagePull, networkBridgeStarted, networkBridgeStopped, nowMasterBroker, postProcessDispatch, prepareTransaction, preProcessDispatch, processConsumerControl, processDispatchNotification, reapplyInterceptor, removeBroker, removeConsumer, removeDestinationInfo, removeProducer, removeSession, removeSubscription, rollbackTransaction, send, sendToDeadLetterQueue, setAdminConnectionContext, slowConsumer, start, stop, virtualDestinationAdded, virtualDestinationRemovedpublic JaasAuthenticationBroker(Broker next, String jassConfiguration)
public void addConnection(ConnectionContext context, org.apache.activemq.command.ConnectionInfo info) throws Exception
BrokeraddConnection in interface BrokeraddConnection in class BrokerFilterException - TODOpublic SecurityContext authenticate(String username, String password, X509Certificate[] certificates) throws SecurityException
AuthenticationBrokerusername - the given user name to authenticate, null indicates an anonymous user.password - the given password for the user to authenticate.certificates - for an SSL channel the certificates from remote peer.SecurityException - if the user cannot be authenticated.Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.