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 | Class and Description |
---|---|
static class |
ConnectionImpl.AcknowledgeFuture |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConnectionImpl.acknowledge(String monitorId,
Date aknTimestamp,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Constructor and Description |
---|
AcknowledgeFuture(Executor executor,
NotifyFuture<ResponseMessage> future) |
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) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConfigurationAdministrator.applyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet)
Applies a change set to an existing configuration manager.
|
NotifyFuture<Configuration> |
ConfigurationAdministrator.createConfiguration(UserInformation userInformation,
String factoryId,
String configurationId,
Map<String,String> initialProperties) |
NotifyFuture<Configuration> |
ConfigurationAdministrator.deleteConfiguration(UserInformation userInformation,
String factoryId,
String configurationId) |
NotifyFuture<Void> |
ConfigurationAdministrator.purgeFactory(UserInformation userInformation,
String factoryId) |
NotifyFuture<Configuration> |
ConfigurationAdministrator.updateConfiguration(UserInformation userInformation,
String factoryId,
String configurationId,
Map<String,String> newProperties,
boolean fullSet) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Connection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<ConfigurationInformation> |
Connection.getConfiguration(String factoryId,
String configurationId) |
NotifyFuture<FactoryInformation[]> |
Connection.getFactories() |
NotifyFuture<FactoryInformation> |
Connection.getFactoryWithData(String factoryId) |
Modifier and Type | Class and Description |
---|---|
protected static class |
ConnectionImpl.ErrorAwareFuture<Res extends ResponseMessage,M> |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ConnectionImpl.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<ConfigurationInformation> |
ConnectionImpl.getConfiguration(String factoryId,
String configurationId) |
NotifyFuture<FactoryInformation[]> |
ConnectionImpl.getFactories() |
NotifyFuture<FactoryInformation> |
ConnectionImpl.getFactoryWithData(String factoryId) |
Constructor and Description |
---|
ErrorAwareFuture(Executor executor,
Class<Res> responseClazz,
NotifyFuture<ResponseMessage> listener) |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractConfigurationAdministrator.CompositeFuture<T> |
protected static class |
AbstractConfigurationAdministrator.ConfigurationFuture |
protected static class |
AbstractConfigurationAdministrator.PatchFuture |
protected static class |
AbstractConfigurationAdministrator.PurgeFuture |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
AbstractConfigurationAdministrator.applyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet) |
NotifyFuture<Configuration> |
AbstractConfigurationAdministrator.createConfiguration(UserInformation userInformation,
String factoryId,
String configurationId,
Map<String,String> properties) |
NotifyFuture<Configuration> |
AbstractConfigurationAdministrator.deleteConfiguration(UserInformation userInformation,
String factoryId,
String configurationId) |
NotifyFuture<Void> |
AbstractConfigurationAdministrator.purgeFactory(UserInformation userInformation,
String factoryId) |
NotifyFuture<Configuration> |
AbstractConfigurationAdministrator.updateConfiguration(UserInformation userInformation,
String factoryId,
String configurationId,
Map<String,String> properties,
boolean fullSet) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfigurationAdministrator.CompositeFuture.addChild(NotifyFuture<T> future) |
protected void |
AbstractConfigurationAdministrator.CompositeFuture.removed(NotifyFuture<T> future) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Service.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<Configuration> |
Service.getConfiguration(Session session,
String factoryId,
String configurationId) |
NotifyFuture<Configuration[]> |
Service.getConfigurations(Session session,
String factoryId) |
NotifyFuture<FactoryWithData> |
Service.getFactory(Session session,
String factoryId) |
NotifyFuture<Factory[]> |
Service.getKnownFactories(Session session) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
ServiceImpl.applyDiff(Session session,
Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<Configuration> |
ServiceImpl.getConfiguration(Session session,
String factoryId,
String configurationId) |
NotifyFuture<Configuration[]> |
ServiceImpl.getConfigurations(Session session,
String factoryId) |
NotifyFuture<FactoryWithData> |
ServiceImpl.getFactory(Session session,
String factoryId) |
NotifyFuture<Factory[]> |
ServiceImpl.getKnownFactories(Session session) |
protected NotifyFuture<Void> |
ServiceImpl.processApplyDiff(UserInformation userInformation,
Collection<DiffEntry> changeSet) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
DummyConnection.applyDiff(List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<ConfigurationInformation> |
DummyConnection.getConfiguration(String factoryId,
String configurationId) |
NotifyFuture<FactoryInformation[]> |
DummyConnection.getFactories() |
NotifyFuture<FactoryInformation> |
DummyConnection.getFactoryWithData(String factoryId) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
Updater.update() |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Callback[]> |
OpenCallbacksManager.processCallbacks(CallbackHandler callbackHandler,
Callback[] callbacks,
Long timeout) |
protected NotifyFuture<ResponseMessage> |
ConnectionBaseImpl.sendRequestMessage(RequestMessage requestMessage) |
Modifier and Type | Method and Description |
---|---|
protected void |
OpenCallbacksManager.closeFuture(NotifyFuture<Callback[]> future) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<ResponseMessage> |
ResponseManager.sendRequestMessage(RequestMessage requestMessage) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizedOperation<T,SI extends AbstractSessionImpl> |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
AbstractBasicAuthentication.authenticate(CallbackHandler callbackHandler)
Authenticate a user
|
NotifyFuture<AuthorizationReply> |
DefaultAuthorization.authorize(AuthorizationContext context,
AuthorizationResult defaultResult) |
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) |
protected abstract NotifyFuture<T> |
AuthorizedOperation.granted(OperationParameters effectiveOperationParameters) |
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) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<S> |
AbstractServiceImpl.createSession(Properties properties,
Map<String,Object> contextInformation,
CallbackHandler callbackHandler) |
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 |
---|---|
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 |
---|---|
static void |
Helper.transformWrite(NotifyFuture<WriteResult> future,
WriteOperationCallback callback) |
static void |
Helper.transformWriteAttributes(WriteAttributeOperationCallback callback,
NotifyFuture<WriteAttributeResults> future) |
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionImpl.BrowseFuture |
static class |
ConnectionImpl.WriteAttributesFuture |
static class |
ConnectionImpl.WriteFuture |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Entry[]> |
ConnectionImpl.browse(Location location) |
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) |
Constructor and Description |
---|
BrowseFuture(Executor executor,
NotifyFuture<ResponseMessage> future) |
WriteAttributesFuture(Executor executor,
NotifyFuture<ResponseMessage> future) |
WriteFuture(Executor executor,
NotifyFuture<ResponseMessage> future) |
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 | Class and Description |
---|---|
class |
WriteHandler |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteResult> |
ReadAllStrategy.startWrite(String itemId,
Variant value) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
NotifyFuture<Entry[]> |
HiveBrowser.startBrowse(Session session,
Location location) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataInputOutputSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
AbstractInputDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataInputOutputSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
AbstractInputDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DeltaDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DeltaDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
DataStoreDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataStoreDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<WriteResult> |
FormulaDataSource.processWrite(Variant writeValue,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
FormulaDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
FormulaDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Variant> |
DataItemTargetImpl.readValue() |
NotifyFuture<WriteAttributeResults> |
DataItemTargetImpl.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
DataItemSourceImpl.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemTargetImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemSourceImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
MemoryDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
MemoryDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
ProxyDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
ProxyDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
ScriptDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
ScriptDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
SumDataSource.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
SumDataSource.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
MasterItemImpl.startWriteAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
MasterItemImpl.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<WriteResult> |
ArduinoDataItem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Variant> |
DataItem.readValue()
The read operation of a data item.
|
NotifyFuture<Variant> |
DataItemInputCommon.readValue() |
NotifyFuture<Variant> |
DataItemOutput.readValue() |
NotifyFuture<Variant> |
MemoryDataItem.readValue() |
NotifyFuture<WriteAttributeResults> |
DataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters)
Start the write attributes operation
|
NotifyFuture<WriteAttributeResults> |
DataItemInputCommon.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters)
Perform requests from the hive to update the items attributes
This method actually. |
NotifyFuture<WriteAttributeResults> |
DataItemCommand.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteAttributeResults> |
MemoryDataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItem.startWriteValue(Variant value,
OperationParameters operationParameters)
The write operation of a data item.
|
NotifyFuture<WriteResult> |
DataItemCommand.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
MemoryDataItem.startWriteValue(Variant value,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
DataItemInput.startWriteValue(Variant value,
OperationParameters operationParameters) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
WriteHandler.writeAttributes(String itemId,
Map<String,Variant> attributes,
OperationParameters operationParameters) |
NotifyFuture<WriteResult> |
WriteHandler.writeValue(String itemId,
Variant value,
OperationParameters effectiveOperationParameters) |
Modifier and Type | Method and Description |
---|---|
void |
SessionCommon.addFuture(NotifyFuture<?> future)
Add a future to the session.
|
void |
SessionCommon.removeFuture(NotifyFuture<?> future) |
Modifier and Type | Method and Description |
---|---|
protected NotifyFuture<WriteResult> |
BitVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
AbstractAccessorVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
FloatVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
ScalarVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
DoubleFloatVariable.handleWrite(Variant value) |
protected NotifyFuture<WriteResult> |
MemoryDeviceDataitem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
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<WriteAttributeResults> |
DataContext.writeAttributes(String itemId,
Map<String,Variant> attributes) |
NotifyFuture<WriteResult> |
DataContext.writeValue(String itemId,
Variant value) |
Modifier and Type | Class and Description |
---|---|
static class |
ProxyWriteHandlerImpl.AttributeResultHandler |
static class |
ProxyWriteHandlerImpl.ValueResultHandler |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<WriteAttributeResults> |
ProxyDataItem.startSetAttributes(Map<String,Variant> attributes,
OperationParameters operationParameters) |
protected NotifyFuture<WriteResult> |
ProxyDataItem.startWriteCalculatedValue(Variant value,
OperationParameters operationParameters) |
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) |
NotifyFuture<WriteResult> |
AbstractItemHolder.write(Variant value,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.writeAtrtibutes(Map<String,Variant> attributes) |
NotifyFuture<WriteAttributeResults> |
AbstractItemHolder.writeAtrtibutes(Map<String,Variant> attributes,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
DataStore.deleteNode(String nodeId) |
NotifyFuture<DataNode> |
DataStore.readNode(String nodeId)
Get the data node
|
NotifyFuture<Void> |
DataStore.writeNode(DataNode node) |
Modifier and Type | Method and Description |
---|---|
abstract NotifyFuture<DataNode> |
AbstractStorage.readNode(String nodeId) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
StorageImpl.deleteNode(String nodeId) |
NotifyFuture<DataNode> |
StorageImpl.readNode(String nodeId) |
NotifyFuture<Void> |
StorageImpl.writeNode(DataNode node) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Void> |
StorageImpl.deleteNode(String nodeId) |
NotifyFuture<DataNode> |
StorageImpl.readNode(String nodeId) |
NotifyFuture<Void> |
StorageImpl.writeNode(DataNode node) |
Modifier and Type | Method and Description |
---|---|
<T> NotifyFuture<T> |
AuthorizationResult.asFuture() |
NotifyFuture<UserInformation> |
AuthenticationImplementation.authenticate(CallbackHandler callbackHandler) |
NotifyFuture<AuthorizationReply> |
AuthorizationImplementation.authorize(AuthorizationContext context,
AuthorizationResult defaultResult) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
AuthorizationRuleImpl.authorize(AuthorizationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessCallbacksFuture |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
Authenticator.authenticate(CallbackHandler callbackHandler) |
protected NotifyFuture<UserInformation> |
Authenticator.authenticate(CallbackHandler callbackHandler,
ConfigurationGroup group) |
Constructor and Description |
---|
ProcessCallbacksFuture(NotifyFuture<Callback[]> fromFuture) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
AuthorizationRule.authorize(AuthorizationContext context)
Authorizes a requested operation
|
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
RequestSignatureRuleImpl.authorize(AuthorizationContext context) |
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 |
static NotifyFuture<Callback[]> |
Callbacks.cancelAll(Callback[] callbacks)
Cancel all callbacks
|
NotifyFuture<Callback[]> |
CallbackHandler.performCallback(Callback[] callbacks) |
NotifyFuture<Callback[]> |
PropertiesCredentialsCallback.performCallback(Callback[] callbacks) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Callback[]> |
JavaCallbackHandler.performCallback(Callback[] callbacks) |
Modifier and Type | Class and Description |
---|---|
static class |
AuthorizationHelper.IteratingAuthorizer |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<UserInformation> |
TrackingAuthenticationImplementation.authenticate(CallbackHandler callbackHandler) |
NotifyFuture<AuthorizationReply> |
AuthorizationManager.authorize(AuthorizationContext context,
AuthorizationResult defaultResult) |
NotifyFuture<AuthorizationReply> |
TrackingAuthorizationImplementation.authorize(AuthorizationContext context,
AuthorizationResult defaultResult) |
static NotifyFuture<AuthorizationReply> |
AuthorizationHelper.authorize(Iterable<? extends AuthorizationRule> services,
AuthorizationContext context,
AuthorizationResult defaultResult) |
protected NotifyFuture<AuthorizationResult> |
AuthorizationHelper.IteratingAuthorizer.last() |
protected NotifyFuture<AuthorizationResult> |
AuthorizationHelper.IteratingAuthorizer.perform(AuthorizationRule s) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
AbstractBaseRule.authorize(AuthorizationContext context) |
NotifyFuture<AuthorizationReply> |
AuthorizationManagerImpl.authorize(AuthorizationContext context,
AuthorizationResult defaultResult)
Single shot authorization
|
protected NotifyFuture<AuthorizationResult> |
ConfigurationEntry.procesAuthorize(AuthorizationContext context) |
protected abstract NotifyFuture<AuthorizationResult> |
AbstractBaseRule.procesAuthorize(AuthorizationContext context) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationReply> |
DummyAuthorizationProviderImpl.authorize(AuthorizationContext context,
AuthorizationResult defaultResult) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<AuthorizationResult> |
AuthorizationEntry.authorize(AuthorizationContext context) |
NotifyFuture<Callback[]> |
AuthorizationEntry.CallbackBuilder.confirm(String message,
String type) |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmationDialogFuture |
class |
DialogFuture |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Callback[]> |
DisplayCallbackHandler.performCallback(Callback[] callbacks) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFuture<T> |
class |
CallingFuture<T,T2>
A future handler which calls a method and passes on the result to itself,
implementing another future.
|
class |
ExecutorFuture<T> |
class |
FutureTask<T> |
class |
FutureTestImpl<T> |
class |
InstantErrorFuture<T>
A future that never has to run since the result is already known
|
class |
InstantFuture<T>
A future that never has to run since the result is already known
|
class |
InstantFutureBase<T>
A base class for instant futures
|
class |
IteratingFuture<T,S> |
class |
NotifyFutureImpl<T>
An implementation of
NotifyFuture which can publicly be accessed |
class |
TransformResultFuture<From,To> |
Modifier and Type | Method and Description |
---|---|
protected abstract NotifyFuture<T> |
IteratingFuture.last() |
protected abstract NotifyFuture<T> |
IteratingFuture.perform(S s) |
Constructor and Description |
---|
CallingFuture(NotifyFuture<T> future) |
TransformResultFuture(NotifyFuture<From> fromFuture) |
Modifier and Type | Method and Description |
---|---|
TaskHandler.Handle |
TaskHandler.addTask(NotifyFuture<?> future) |
TaskHandler.Handle |
DefaultTaskHandler.addTask(NotifyFuture<?> task) |
protected long |
DefaultTaskHandler.allocateId(NotifyFuture<?> task) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.