Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Connection.acknowledge(String monitorId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Acknowledge the monitor if the akn state was reached at or before the
provided timestamp
|
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConnectionImpl.acknowledge(String monitorId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Service.acknowledge(Session session,
String conditionId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ServiceImpl.acknowledge(Session session,
String monitorId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
protected void |
ServiceImpl.processAcknowledge(String monitorId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorSubscriptionAlarmsEventsView.acknowledgeMonitor(String monitorId,
Date timestamp,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Connection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConnectionImpl.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Service.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ServiceImpl.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
DummyConnection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
void |
DummyConnection.connect(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.connect(CallbackHandler callbackHandler)
Start the connection with a callback handler
|
void |
AutoReconnectController.connect(CallbackHandler connectCallbackHandler) |
Modifier and Type | Field and Description |
---|---|
protected CallbackHandler |
ClientBaseConnection.connectCallbackHandler |
Modifier and Type | Method and Description |
---|---|
void |
ClientBaseConnection.connect(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
CallbackHandlerManager.getHandler(long handlerId) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Callback[]> |
OpenCallbacksManager.processCallbacks(CallbackHandler callbackHandler,
Callback[] callbacks,
Long timeout) |
protected Long |
ConnectionBaseImpl.registerCallbackHandler(Request request,
CallbackHandler callbackHandler) |
void |
CallbackHandlerManager.registerHandler(long handlerId,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionService.setConnectCallbackHandler(CallbackHandler callbackHandler) |
void |
AbstractConnectionService.setConnectCallbackHandler(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
OperationParameters.getCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<S> |
Service.createSession(Properties props,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler)
Create a new session for further accessing the hive
|
Constructor and Description |
---|
OperationParameters(UserInformation userInformation,
Map<String,String> properties,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
AbstractBasicAuthentication.authenticate(CallbackHandler callbackHandler)
Authenticate a user
|
protected NotifyFuture<AuthorizationReply> |
ServiceCommon.authorize(AuthorizationRequest request,
CallbackHandler callbackHandler) |
protected NotifyFuture<AuthorizationReply> |
ServiceCommon.authorize(AuthorizationRequest request,
CallbackHandler callbackHandler,
AuthorizationResult defaultResult)
Authorize an operation
|
NotifyFuture<AuthorizationReply> |
AuthorizationProvider.authorize(AuthorizationRequest authorizationRequest,
CallbackHandler handler,
AuthorizationResult defaultResult) |
NotifyFuture<UserInformation> |
AuthorizationProvider.impersonate(SI session,
String targetUserName,
CallbackHandler handler) |
protected NotifyFuture<UserInformation> |
ServiceCommon.loginUser(Properties properties,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler)
Wraps the call to
#authenticate(Properties) so that the correct
exceptions are thrown for a #createSession(Properties) call. |
protected NotifyFuture<UserInformation> |
ServiceCommon.makeEffectiveUserInformation(AbstractSessionImpl session,
String targetUser,
CallbackHandler handler) |
Constructor and Description |
---|
AuthorizedOperation(AuthorizationProvider<SI> authorizationProvider,
SI session,
String objectType,
String objectId,
String action,
Map<String,Object> context,
OperationParameters operationParameters,
CallbackHandler handler,
AuthorizationResult defaultResult) |
Modifier and Type | Method and Description |
---|---|
protected S |
AbstractServiceImpl.createSession(Future<UserInformation> loginFuture,
Properties properties,
CallbackHandler callbackHandler) |
NotifyFuture<S> |
AbstractServiceImpl.createSession(Properties properties,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
AbstractSessionImpl.wrapCallbackHandler(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
AbstractSessionImpl.wrapCallbackHandler(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
protected CallbackHandler |
ServiceServerConnection.createCallbackHandler(Long callbackHandlerId) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<T> |
ServiceServerConnection.createSession(Properties properties,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHolder.setConnectCallbackHandler(CallbackHandler callbackHandler) |
Constructor and Description |
---|
ConnectionLoginHandler(ConnectionService connectionService,
LoginConnection loginConnection,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
Connection.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
Connection.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ConnectionImpl.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
ConnectionImpl.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ConnectionImpl.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
ConnectionImpl.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
LazyConnectionWrapper.connect(CallbackHandler callbackHandler) |
NotifyFuture<WriteResult> |
LazyConnectionWrapper.startWrite(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
LazyConnectionWrapper.startWriteAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
Hive.startWrite(Session session,
String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
NotifyFuture<WriteAttributeResults> |
Hive.startWriteAttributes(Session session,
String itemId,
Map<String,Variant> attribute,
OperationParameters operationParameters,
CallbackHandler callbackHandler)
Start a write attributes operation
The operation is not started unless
#thawOperation(Session, long)
is called. |
Modifier and Type | Method and Description |
---|---|
protected Session |
HiveCommon.createSession(Future<UserInformation> loginFuture,
Properties properties,
CallbackHandler callbackHandler) |
NotifyFuture<Session> |
HiveCommon.createSession(Properties properties,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler) |
NotifyFuture<WriteResult> |
HiveCommon.startWrite(Session session,
String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
HiveCommon.startWriteAttributes(Session session,
String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
AbstractSubscriptionManager.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteResult> |
AbstractSubscriptionManager.writeValue(String itemId,
Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
AbstractItemHolder.startWrite(Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteResult> |
AbstractItemHolder.write(Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.writeAtrtibutes(Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
AuthenticationImplementation.authenticate(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
Authenticator.authenticate(CallbackHandler callbackHandler) |
protected NotifyFuture<UserInformation> |
Authenticator.authenticate(CallbackHandler callbackHandler,
ConfigurationGroup group) |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
AuthorizationContext.getCallbackHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationContext.setCallbackHandler(CallbackHandler callbackHandler) |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesCredentialsCallback
A callback handler which will act on the provided properties
|
Modifier and Type | Method and Description |
---|---|
static NotifyFuture<Callback[]> |
Callbacks.callback(CallbackHandler callbackHandler,
Callback callback) |
static NotifyFuture<Callback[]> |
Callbacks.callback(CallbackHandler callbackHandler,
Callback[] callbacks)
Process the callbacks, even if the callbackHandler is
null |
Constructor and Description |
---|
CallbackHandlerTranslator(CallbackHandler callbackHandler) |
Modifier and Type | Class and Description |
---|---|
class |
JavaCallbackHandler |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
TrackingAuthenticationImplementation.authenticate(CallbackHandler callbackHandler) |
Constructor and Description |
---|
CallbackBuilder(CallbackHandler callbackHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayCallbackHandler |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractKeyStoreKeyProvider.load(CallbackHandler callbackHandler) |
protected void |
AbstractKeyStoreKeyProvider.load(File file,
CallbackHandler callbackHandler) |
protected void |
AbstractKeyStoreKeyProvider.performLoad(CallbackHandler callbackHandler) |
void |
KeyImpl.unlock(CallbackHandler callbackHandler) |
void |
Locked.unlock(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS12KeyProvider.unlock(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
SunMSCAPIProvider.unlock(CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
void |
RegistrationManager.startWrite(String connectionId,
String itemId,
Variant value,
CallbackHandler callbackHandler) |
void |
RegistrationManager.startWriteAttributes(String connectionId,
String itemId,
Map<String,Variant> attributes,
CallbackHandler callbackHandler) |
Modifier and Type | Field and Description |
---|---|
protected CallbackHandler |
GenericComposite.callbackHandler |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.