Eclipse SCADA Base Components
A B C D E F G H I J L M N O P Q R S T U V W X 

A

abort() - Method in class org.eclipse.scada.sec.equinox.LoginModule
 
ABSTAIN - Static variable in class org.eclipse.scada.sec.AuthorizationResult
 
AbstractCallback - Class in org.eclipse.scada.sec.callback
 
AbstractCallback() - Constructor for class org.eclipse.scada.sec.callback.AbstractCallback
 
AbstractCallback(int) - Constructor for class org.eclipse.scada.sec.callback.AbstractCallback
 
AbstractPlainAuthenticationService - Class in org.eclipse.scada.sec.authn
 
AbstractPlainAuthenticationService() - Constructor for class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
AbstractPlainAuthenticationService.UserEntry - Class in org.eclipse.scada.sec.authn
 
AbstractPlainAuthenticationService.UserEntry(String, Collection<String>) - Constructor for class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
AbstractStorage - Class in org.eclipse.scada.ds.storage
 
AbstractStorage() - Constructor for class org.eclipse.scada.ds.storage.AbstractStorage
 
AbstractValueSource - Class in org.eclipse.scada.hds
 
AbstractValueSource() - Constructor for class org.eclipse.scada.hds.AbstractValueSource
 
activate(BundleContext) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
activate(BundleContext) - Method in class org.eclipse.scada.sec.provider.dummy.Console
 
Activator - Class in org.eclipse.scada.ds.storage.file
 
Activator() - Constructor for class org.eclipse.scada.ds.storage.file.Activator
 
Activator - Class in org.eclipse.scada.ds.storage.jdbc
 
Activator() - Constructor for class org.eclipse.scada.ds.storage.jdbc.Activator
 
Activator - Class in org.eclipse.scada.sec.equinox
 
Activator() - Constructor for class org.eclipse.scada.sec.equinox.Activator
 
Activator - Class in org.eclipse.scada.sec.provider.plain.property.internal
 
Activator() - Constructor for class org.eclipse.scada.sec.provider.plain.property.internal.Activator
 
add(AuthenticationService) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationGroupImpl
 
addListener(String, DataListener) - Method in class org.eclipse.scada.ds.DataNodeTracker
Add a listener for a data node
addListener(DataStoreListener) - Method in class org.eclipse.scada.hds.AbstractValueSource
 
addListener(DataStoreListener) - Method in interface org.eclipse.scada.hds.ValueSource
 
addRequestedTypes(PasswordEncoding...) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
addRequestedTypes(List<PasswordEncoding>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
ANONYMOUS - Static variable in class org.eclipse.scada.sec.UserInformation
 
as(VariantType, Serializable) - Method in class org.eclipse.scada.core.Variant
Convert the variant to a java object of the type specified by the variantType parameter
as(VariantType) - Method in class org.eclipse.scada.core.Variant
Convert the variant to a java object of the type specified by the variantType parameter
asBoolean() - Method in class org.eclipse.scada.core.Variant
Get the value as boolean value If the value is null then false is returned.
asBoolean(Boolean) - Method in class org.eclipse.scada.core.Variant
 
asDouble(Double) - Method in class org.eclipse.scada.core.Variant
 
asDouble() - Method in class org.eclipse.scada.core.Variant
 
asException() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
asFuture() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
asInteger(Integer) - Method in class org.eclipse.scada.core.Variant
 
asInteger() - Method in class org.eclipse.scada.core.Variant
 
askPassword(PasswordEncoding) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
askPassword(List<PasswordEncoding>) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
askUsername() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
asLong(Long) - Method in class org.eclipse.scada.core.Variant
 
asLong() - Method in class org.eclipse.scada.core.Variant
 
asString() - Method in class org.eclipse.scada.core.Variant
Get the string representation of the variant value.
asString(String) - Method in class org.eclipse.scada.core.Variant
Get the string representation of the variant value or a default value if the variant is of type VariantType.NULL.
attachListener(String, DataListener) - Method in interface org.eclipse.scada.ds.DataStore
Attach a listener to a data node
attachListener(String, DataListener) - Method in class org.eclipse.scada.ds.storage.AbstractStorage
 
AttributeHelperTest - Class in org.eclipse.scada.core
 
AttributeHelperTest() - Constructor for class org.eclipse.scada.core.AttributeHelperTest
 
AttributesHelper - Class in org.eclipse.scada.core
 
AttributesHelper() - Constructor for class org.eclipse.scada.core.AttributesHelper
 
AuditLogService - Interface in org.eclipse.scada.sec.audit
 
authenticate(CallbackHandler) - Method in interface org.eclipse.scada.sec.AuthenticationImplementation
 
authenticate(CredentialsRequest) - Method in interface org.eclipse.scada.sec.AuthenticationService
Authenticate a user based on credentials
authenticate(CredentialsRequest) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
authenticate(CallbackHandler) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
authenticate(CallbackHandler, ConfigurationGroup) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
authenticate(CallbackHandler) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthenticationImplementation
 
authenticate(CredentialsRequest) - Method in class org.eclipse.scada.sec.provider.dummy.DummyAuthenticationProviderImpl
 
AUTHENTICATION_FAILED - Static variable in interface org.eclipse.scada.sec.StatusCodes
 
AuthenticationException - Class in org.eclipse.scada.sec
 
AuthenticationException(StatusCode, String, Throwable) - Constructor for class org.eclipse.scada.sec.AuthenticationException
 
AuthenticationException(StatusCode, String) - Constructor for class org.eclipse.scada.sec.AuthenticationException
 
AuthenticationException(StatusCode, Throwable) - Constructor for class org.eclipse.scada.sec.AuthenticationException
 
AuthenticationException(StatusCode) - Constructor for class org.eclipse.scada.sec.AuthenticationException
 
AuthenticationImplementation - Interface in org.eclipse.scada.sec
 
AuthenticationService - Interface in org.eclipse.scada.sec
An interface for a service that authenticates a user.
Authenticator - Class in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
Authenticator() - Constructor for class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
AUTHORIZATION_FAILED - Static variable in interface org.eclipse.scada.sec.StatusCodes
 
AuthorizationContext - Class in org.eclipse.scada.sec.authz
 
AuthorizationContext() - Constructor for class org.eclipse.scada.sec.authz.AuthorizationContext
 
authorizationDone(AuthorizationContext, AuthorizationRequest, AuthorizationReply) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
authorizationDone(AuthorizationContext, AuthorizationRequest, AuthorizationReply) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
authorizationDone(AuthorizationContext, AuthorizationRequest, AuthorizationReply) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
authorizationFailed(AuthorizationContext, AuthorizationRequest, Throwable) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
authorizationFailed(AuthorizationContext, AuthorizationRequest, Throwable) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
authorizationFailed(AuthorizationContext, AuthorizationRequest, Throwable) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
AuthorizationHelper - Class in org.eclipse.scada.sec.osgi
 
AuthorizationHelper() - Constructor for class org.eclipse.scada.sec.osgi.AuthorizationHelper
 
AuthorizationHelper.IteratingAuthorizer - Class in org.eclipse.scada.sec.osgi
 
AuthorizationHelper.IteratingAuthorizer(Iterable<? extends AuthorizationRule>, AuthorizationResult, AuthorizationContext) - Constructor for class org.eclipse.scada.sec.osgi.AuthorizationHelper.IteratingAuthorizer
 
AuthorizationImplementation - Interface in org.eclipse.scada.sec
 
AuthorizationManager - Interface in org.eclipse.scada.sec.osgi
 
AuthorizationReply - Class in org.eclipse.scada.sec
 
AuthorizationReply(AuthorizationResult, AuthorizationContext) - Constructor for class org.eclipse.scada.sec.AuthorizationReply
 
AuthorizationRequest - Class in org.eclipse.scada.sec
 
AuthorizationRequest(String, String, String, UserInformation, Map<String, Object>) - Constructor for class org.eclipse.scada.sec.AuthorizationRequest
 
authorizationRequested(AuthorizationRequest) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
authorizationRequested(AuthorizationRequest) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
authorizationRequested(AuthorizationRequest) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
AuthorizationResult - Class in org.eclipse.scada.sec
The result of an authentication request
AuthorizationResult() - Constructor for class org.eclipse.scada.sec.AuthorizationResult
 
AuthorizationResult(StatusCode, String) - Constructor for class org.eclipse.scada.sec.AuthorizationResult
 
AuthorizationRule - Interface in org.eclipse.scada.sec.authz
 
AuthorizationRuleImpl - Class in org.eclipse.scada.sec.auth.logon
 
AuthorizationRuleImpl(AuthenticationImplementation) - Constructor for class org.eclipse.scada.sec.auth.logon.AuthorizationRuleImpl
 
AuthorizationService - Interface in org.eclipse.scada.sec
An interface for a service authorizing an operation
AuthorizationTracker - Interface in org.eclipse.scada.sec.osgi
 
AuthorizationTracker.Listener - Interface in org.eclipse.scada.sec.osgi
 
AuthorizationTracker.Monitor - Interface in org.eclipse.scada.sec.osgi
 
authorize(AuthorizationContext) - Method in class org.eclipse.scada.sec.auth.logon.AuthorizationRuleImpl
 
authorize(AuthorizationContext, AuthorizationResult) - Method in interface org.eclipse.scada.sec.AuthorizationImplementation
 
authorize(AuthorizationContext) - Method in interface org.eclipse.scada.sec.authz.AuthorizationRule
Authorizes a requested operation
authorize(Iterable<? extends AuthorizationRule>, AuthorizationContext, AuthorizationResult) - Static method in class org.eclipse.scada.sec.osgi.AuthorizationHelper
 
authorize(AuthorizationContext, AuthorizationResult) - Method in interface org.eclipse.scada.sec.osgi.AuthorizationManager
 
authorize(AuthorizationContext, AuthorizationResult) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationImplementation
 

B

BufferingStorageDao - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
BufferingStorageDao(JdbcStorageDao) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
Create a new buffering storage DAO
BufferingStorageDaoMXBean - Interface in org.eclipse.scada.ds.storage.jdbc.internal
 
buildCallbacks() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
buildRequestAttributes() - Method in class org.eclipse.scada.sec.callback.AbstractCallback
Build the request attribute map
buildRequestAttributes() - Method in interface org.eclipse.scada.sec.callback.Callback
 
buildResponseAttributes() - Method in class org.eclipse.scada.sec.callback.AbstractCallback
Build the response attribute map
buildResponseAttributes() - Method in interface org.eclipse.scada.sec.callback.Callback
 

C

CachingStorageDao - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
CachingStorageDao(JdbcStorageDao, ScheduledExecutorService, long) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
Callback - Interface in org.eclipse.scada.sec.callback
 
callback(CallbackHandler, Callback[]) - Static method in class org.eclipse.scada.sec.callback.Callbacks
Process the callbacks, even if the callbackHandler is null
callback(CallbackHandler, Callback) - Static method in class org.eclipse.scada.sec.callback.Callbacks
 
CallbackFactory - Interface in org.eclipse.scada.sec.callback
 
CallbackHandler - Interface in org.eclipse.scada.sec.callback
 
CallbackHandlerTranslator - Class in org.eclipse.scada.sec.callback
Translates java CallbackHandler calls to Eclipse SCADA CallbackHandler calls.
CallbackHandlerTranslator(CallbackHandler) - Constructor for class org.eclipse.scada.sec.callback.CallbackHandlerTranslator
 
Callbacks - Class in org.eclipse.scada.sec.callback
 
cancel() - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
cancel() - Method in interface org.eclipse.scada.sec.callback.Callback
 
cancelAll(Callback[]) - Static method in class org.eclipse.scada.sec.callback.Callbacks
Cancel all callbacks
changeCurrentValue(Object, double) - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
changeCurrentValue(Object, double) - Method in class org.eclipse.scada.core.info.StatisticsImpl
 
changeUser(AuthorizationRequest, UserInformation) - Static method in class org.eclipse.scada.sec.AuthorizationRequest
 
changeUserInformation(UserInformation) - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
Change the user information to the provided user information
channel - Variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
checkService() - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
ClassLoaderObjectInputStream - Class in org.eclipse.scada.ds.internal
 
ClassLoaderObjectInputStream(InputStream, ClassLoader) - Constructor for class org.eclipse.scada.ds.internal.ClassLoaderObjectInputStream
 
clone() - Method in class org.eclipse.scada.core.ConnectionInformation
 
close() - Method in class org.eclipse.scada.ds.DataNodeTracker
 
close() - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
close() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthenticationImplementation
 
close() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationImplementation
 
close() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
commit() - Method in class org.eclipse.scada.sec.equinox.LoginModule
 
compare(Variant, Variant) - Method in class org.eclipse.scada.core.VariantComparator
 
compareTo(Variant) - Method in class org.eclipse.scada.core.Variant
 
Configuration - Interface in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationGroup - Interface in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationManager - Interface in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationManagerImpl - Class in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationManagerImpl(BundleContext) - Constructor for class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl
 
ConfigurationManagerImpl.ConfigurationGroupImpl - Class in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationManagerImpl.ConfigurationGroupImpl() - Constructor for class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationGroupImpl
 
ConfigurationManagerImpl.ConfigurationImpl - Class in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ConfigurationManagerImpl.ConfigurationImpl(List<ConfigurationGroup>) - Constructor for class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationImpl
 
ConfirmationCallback - Class in org.eclipse.scada.sec.callback
 
ConfirmationCallback() - Constructor for class org.eclipse.scada.sec.callback.ConfirmationCallback
 
ConfirmationCallback(ConfirmationCallback.ConfirmationType, String, int) - Constructor for class org.eclipse.scada.sec.callback.ConfirmationCallback
 
ConfirmationCallback.ConfirmationType - Enum in org.eclipse.scada.sec.callback
 
ConnectionInformation - Class in org.eclipse.scada.core
 
ConnectionInformation() - Constructor for class org.eclipse.scada.core.ConnectionInformation
 
ConnectionInformationEditor - Class in org.eclipse.scada.core
A property editor for the ConnectionInformation class
ConnectionInformationEditor() - Constructor for class org.eclipse.scada.core.ConnectionInformationEditor
 
ConnectionInformationTest1 - Class in org.eclipse.scada.core
 
ConnectionInformationTest1() - Constructor for class org.eclipse.scada.core.ConnectionInformationTest1
 
Console - Class in org.eclipse.scada.sec.provider.dummy
 
Console() - Constructor for class org.eclipse.scada.sec.provider.dummy.Console
 
create(File, Date, Date) - Static method in class org.eclipse.scada.hds.DataFileAccessorImpl
Initialize a new file, write the empty structure to disk and return a new accessor to it
create(File, long, TimeUnit, int, DataFilePool) - Static method in class org.eclipse.scada.hds.DataStoreAccesor
 
create(AuthorizationResult, AuthorizationContext) - Static method in class org.eclipse.scada.sec.AuthorizationReply
 
create(UserInformation) - Static method in class org.eclipse.scada.sec.UserInformationPrincipal
Create an new principal object from a user information
createAbstain() - Static method in class org.eclipse.scada.sec.AuthorizationResult
 
createCallback(String, Map<String, String>) - Method in interface org.eclipse.scada.sec.callback.CallbackFactory
 
createCallback(String, Map<String, String>) - Method in class org.eclipse.scada.sec.callback.DefaultCallbackFactory
 
createEncoder() - Method in enum org.eclipse.scada.sec.utils.password.PasswordType
 
createGranted(AuthorizationContext) - Static method in class org.eclipse.scada.sec.AuthorizationReply
 
createGranted() - Static method in class org.eclipse.scada.sec.AuthorizationResult
 
createMonitor(AuthorizationTracker.Listener, AuthorizationRequest) - Method in interface org.eclipse.scada.sec.osgi.AuthorizationTracker
 
createMonitor(AuthorizationTracker.Listener, AuthorizationRequest) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
createReject(StatusCode, String) - Static method in class org.eclipse.scada.sec.AuthorizationResult
 
createReject(Throwable) - Static method in class org.eclipse.scada.sec.AuthorizationResult
 
createRule(Map<String, String>) - Method in class org.eclipse.scada.sec.auth.logon.LogonAuthorizationService
 
createRule(Map<String, String>) - Method in interface org.eclipse.scada.sec.AuthorizationService
 
createValdiator() - Method in enum org.eclipse.scada.sec.utils.password.PasswordType
 
CredentialsRequest - Class in org.eclipse.scada.sec.authn
 
CredentialsRequest() - Constructor for class org.eclipse.scada.sec.authn.CredentialsRequest
 
CredentialsRequest(Locale) - Constructor for class org.eclipse.scada.sec.authn.CredentialsRequest
 

D

DataFileAccessor - Interface in org.eclipse.scada.hds
 
DataFileAccessorImpl - Class in org.eclipse.scada.hds
 
DataFileAccessorImpl(File) - Constructor for class org.eclipse.scada.hds.DataFileAccessorImpl
 
DataFilePool - Class in org.eclipse.scada.hds
 
DataFilePool(int) - Constructor for class org.eclipse.scada.hds.DataFilePool
 
DataFilePool(long) - Constructor for class org.eclipse.scada.hds.DataFilePool
Create a new data file pool
DataListener - Interface in org.eclipse.scada.ds
A listener on DataNodes of a DataStore
DataNode - Class in org.eclipse.scada.ds
A data node used for storing data in a DataStore.
DataNode(String, byte[]) - Constructor for class org.eclipse.scada.ds.DataNode
Create a new data node and fill with byte buffer
DataNode(String, InputStream) - Constructor for class org.eclipse.scada.ds.DataNode
Create a new data node and fill with the input stream
DataNode(String, Serializable) - Constructor for class org.eclipse.scada.ds.DataNode
Create a new data node and fill it with the serialized representation of the data object provided.
DataNodeTest - Class in org.eclipse.scada.ds
 
DataNodeTest() - Constructor for class org.eclipse.scada.ds.DataNodeTest
 
DataNodeTracker - Class in org.eclipse.scada.ds
 
DataNodeTracker(BundleContext) - Constructor for class org.eclipse.scada.ds.DataNodeTracker
 
DataStore - Interface in org.eclipse.scada.ds
A data store service interface
DataStoreAccesor - Class in org.eclipse.scada.hds
 
DataStoreAccesor(File, DataFilePool) - Constructor for class org.eclipse.scada.hds.DataStoreAccesor
 
DataStoreListener - Interface in org.eclipse.scada.hds
 
deactivate() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
debug(String, Object...) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
debug(String, Throwable, Object...) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
debug(String, Object...) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
debug(String, Throwable, Object...) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
debug(String, Object...) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
debug(String, Throwable, Object...) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
decode(String) - Method in class org.eclipse.scada.sec.utils.password.HexCodec
 
decode(String) - Method in interface org.eclipse.scada.sec.utils.password.PasswordDigestCodec
 
DEFAULT_RESULT - Static variable in class org.eclipse.scada.sec.osgi.AuthorizationHelper
 
DEFAULT_TIMEOUT - Static variable in interface org.eclipse.scada.sec.callback.Callback
 
DefaultCallbackFactory - Class in org.eclipse.scada.sec.callback
 
DefaultCallbackFactory() - Constructor for class org.eclipse.scada.sec.callback.DefaultCallbackFactory
 
delete() - Method in interface org.eclipse.scada.hds.DataFileAccessor
Delete the accessors file.
delete() - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
Dispose and delete the file
deleteNode(String) - Method in interface org.eclipse.scada.ds.DataStore
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.file.StorageImpl
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
deleteNode(String) - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDao
 
deleteNode(ConnectionContext, String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
deleteNode(ConnectionContext, String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
deleteNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
detachListener(String, DataListener) - Method in interface org.eclipse.scada.ds.DataStore
 
detachListener(String, DataListener) - Method in class org.eclipse.scada.ds.storage.AbstractStorage
 
diff(Map<String, Variant>, Map<String, Variant>) - Static method in class org.eclipse.scada.core.AttributesHelper
Generate the difference between two maps
DigestBase - Class in org.eclipse.scada.sec.utils.password
 
DigestBase(String, String) - Constructor for class org.eclipse.scada.sec.utils.password.DigestBase
 
DigestEncoder - Class in org.eclipse.scada.sec.utils.password
 
DigestEncoder(String, String, PasswordDigestCodec) - Constructor for class org.eclipse.scada.sec.utils.password.DigestEncoder
 
DigestValidator - Class in org.eclipse.scada.sec.utils.password
 
DigestValidator(PasswordEncoding, String, PasswordDigestCodec) - Constructor for class org.eclipse.scada.sec.utils.password.DigestValidator
 
disableDummyAuthentication() - Method in class org.eclipse.scada.sec.provider.dummy.Console
 
dispose() - Method in class org.eclipse.scada.ds.storage.AbstractStorage
Dispose the service.
dispose() - Method in class org.eclipse.scada.ds.storage.file.StorageImpl
 
dispose() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
This will dispose ourself and the target dao
dispose() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
dispose() - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDao
 
dispose() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
dispose() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
dispose() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
dispose() - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
dispose() - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
Dispose the file.
dispose() - Method in class org.eclipse.scada.hds.DataFilePool
 
dispose() - Method in class org.eclipse.scada.hds.DataStoreAccesor
 
dispose() - Method in class org.eclipse.scada.sec.auth.logon.AuthorizationRuleImpl
 
dispose() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl
 
dispose() - Method in interface org.eclipse.scada.sec.authz.AuthorizationRule
 
dispose() - Method in interface org.eclipse.scada.sec.osgi.AuthorizationTracker.Monitor
 
dispose() - Method in class org.eclipse.scada.sec.provider.dummy.Console
 
disposeMonitor(TrackingAuthorizationTracker.MonitorImpl) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
DummyAuthenticationProviderImpl - Class in org.eclipse.scada.sec.provider.dummy
A dummy provider which returns an anonymous user information (null) if the username is not set and an authenticated user with no roles if the username is set
DummyAuthenticationProviderImpl() - Constructor for class org.eclipse.scada.sec.provider.dummy.DummyAuthenticationProviderImpl
 

E

enableDummyAuthentication() - Method in class org.eclipse.scada.sec.provider.dummy.Console
 
encode(byte[]) - Method in class org.eclipse.scada.sec.utils.password.HexCodec
 
encode(byte[]) - Method in interface org.eclipse.scada.sec.utils.password.PasswordDigestCodec
 
encodePassword(String) - Method in class org.eclipse.scada.sec.utils.password.DigestEncoder
 
encodePassword(String) - Method in interface org.eclipse.scada.sec.utils.password.PasswordEncoder
 
encodeToHexString(String) - Method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
 
encodeToString(String, String, PasswordDigestCodec) - Method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
 
end - Variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
equals(Object) - Method in class org.eclipse.scada.core.ConnectionInformation
 
equals(Object) - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
equals(Object) - Method in class org.eclipse.scada.core.Variant
 
equals(Object) - Method in class org.eclipse.scada.ds.DataNode
 
equals(Object) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
equals(Object) - Method in class org.eclipse.scada.sec.UserInformation
 
equals(Object) - Method in class org.eclipse.scada.sec.UserInformationPrincipal
 

F

FALSE - Static variable in class org.eclipse.scada.core.Variant
A default BOOL#false instance
file - Variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
finish() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl.AllProcessor
 
fireUpdate(DataNode) - Method in class org.eclipse.scada.ds.storage.AbstractStorage
 
FLAG_DELETED - Static variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
FLAG_ERROR - Static variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
FLAG_HEARTBEAT - Static variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
FLAG_MANUAL - Static variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
forwardCorrect(double, Date, boolean, boolean) - Method in interface org.eclipse.scada.hds.DataFileAccessor
Forward correct entries
forwardCorrect(double, Date, boolean, boolean) - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 
fromJavaObject(Object) - Static method in enum org.eclipse.scada.core.VariantType
 
fromJavaType(Class<?>) - Static method in enum org.eclipse.scada.core.VariantType
 
fromPrincipal(Principal) - Static method in class org.eclipse.scada.sec.UserInformation
Create a user information object
fromURI(String) - Static method in class org.eclipse.scada.core.ConnectionInformation
 
fromURI(URI) - Static method in class org.eclipse.scada.core.ConnectionInformation
 
fromValue(byte) - Static method in enum org.eclipse.scada.core.VariantType
converts ordinal value to corresponding VariantType

G

getAccessor(File) - Method in class org.eclipse.scada.hds.DataFilePool
 
getAccessor(File, Date, Date, boolean) - Method in class org.eclipse.scada.hds.DataFilePool
get access to a file
getAction() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
getAuthentication() - Method in class org.eclipse.scada.sec.equinox.Activator
 
getCallback(Object) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getCallbackHandler() - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
getConfiguration() - Method in interface org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManager
 
getConfiguration() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl
 
getConfirmationType() - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
getContext() - Method in class org.eclipse.scada.sec.AuthorizationReply
 
getContext() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
getContext() - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
getCount() - Method in class org.eclipse.scada.hds.DataStoreAccesor
Get the number of slices configured
getCurrent() - Method in class org.eclipse.scada.core.info.StatisticValue
 
getData() - Method in class org.eclipse.scada.ds.DataNode
Get a copy of the data
getDataAsObject() - Method in class org.eclipse.scada.ds.DataNode
 
getDataAsObject(ObjectInputStream) - Method in class org.eclipse.scada.ds.DataNode
 
getDataAsObject(ClassLoader) - Method in class org.eclipse.scada.ds.DataNode
 
getDataAsObject(Bundle) - Method in class org.eclipse.scada.ds.DataNode
 
getDataAsObject(Bundle, Object) - Method in class org.eclipse.scada.ds.DataNode
 
getDigest() - Method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
 
getDocument() - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
getDriver() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getEncoder(String, PasswordDigestCodec) - Method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
 
getEncoding() - Method in enum org.eclipse.scada.sec.utils.password.PasswordType
 
getEnd() - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
getEnd() - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 
getEnd(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getEndOfPeriod(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getEntries() - Method in class org.eclipse.scada.core.info.StatisticsImpl
 
getErrorCode() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
getExecutor() - Method in class org.eclipse.scada.ds.storage.AbstractStorage
Provide an executor for sending events
getExecutor() - Method in class org.eclipse.scada.ds.storage.file.StorageImpl
 
getExecutor() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
getGroups() - Method in interface org.eclipse.scada.sec.authn.osgi.cfg.priority.Configuration
 
getGroups() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationImpl
 
getId() - Method in class org.eclipse.scada.ds.DataNode
 
getInstance() - Static method in class org.eclipse.scada.sec.equinox.Activator
 
getInterface() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getKey() - Method in interface org.eclipse.scada.core.info.StatisticEntry
 
getKey() - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
getLabel() - Method in interface org.eclipse.scada.core.info.StatisticEntry
 
getLabel() - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
getLabel() - Method in class org.eclipse.scada.sec.callback.LabelCallback
 
getMaximum() - Method in class org.eclipse.scada.core.info.StatisticValue
 
getMaximumRememberPeriod() - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
getMessage() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
getMinimum() - Method in class org.eclipse.scada.core.info.StatisticValue
 
getName() - Method in class org.eclipse.scada.sec.UserInformation
Get the name of the user
getName() - Method in class org.eclipse.scada.sec.UserInformationPrincipal
 
getNext(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getObjectId() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
getObjectType() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
getOrder() - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
getOrder() - Method in interface org.eclipse.scada.sec.callback.Callback
 
getPassword() - Method in class org.eclipse.scada.core.ConnectionInformation
Get the password from the properties
getPassword() - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
getPassword(PasswordEncoding) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getPassword(PasswordEncoding) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
getPasswordCallback() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getPasswords() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getPasswords() - Method in class org.eclipse.scada.sec.callback.PasswordCallback
Get an unmodifiable map of passwords by type
getPlainPassword() - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
getPrevious(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getProperties() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getQueueSize() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
getQueueSize() - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDaoMXBean
 
getRequest() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ProcessCallbacksFuture
 
getRequest() - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
getRequestedTypes() - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
getResult() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl.AllProcessor
 
getResult() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl.CollectRows
 
getResult() - Method in class org.eclipse.scada.sec.AuthorizationReply
 
getRetries() - Method in interface org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationGroup
 
getRetries() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationGroupImpl
 
getRoles() - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
getRoles() - Method in class org.eclipse.scada.sec.UserInformation
 
getSecondaryTarget() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getServices() - Method in interface org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationGroup
 
getServices() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationGroupImpl
 
getServices() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ProcessCallbacksFuture
 
getSignedDocument() - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
getStart() - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
getStart() - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 
getStart(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getStatistics() - Method in interface org.eclipse.scada.core.info.StatisticsProvider
 
getString(String) - Static method in class org.eclipse.scada.sec.osgi.Messages
 
getSubtargets() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getSupportedInputEncodings() - Method in class org.eclipse.scada.sec.utils.password.DigestValidator
 
getSupportedInputEncodings() - Method in enum org.eclipse.scada.sec.utils.password.PasswordType
 
getSupportedInputEncodings() - Method in interface org.eclipse.scada.sec.utils.password.PasswordValidator
Get the list of supported password encodings in order of preference
getSupportedInputEncodings() - Method in class org.eclipse.scada.sec.utils.password.PlainValidator
 
getTarget() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getText(String, Locale) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getTimeSlice() - Method in class org.eclipse.scada.hds.DataStoreAccesor
Get the time slice in milliseconds
getType() - Method in class org.eclipse.scada.core.Variant
 
getType() - Method in interface org.eclipse.scada.sec.callback.Callback
 
getType() - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
getType() - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
getType() - Method in class org.eclipse.scada.sec.callback.TextCallback
 
getType() - Method in class org.eclipse.scada.sec.callback.UserNameCallback
 
getType() - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
getTypedCallback(Object, Class<T>) - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getUser() - Method in class org.eclipse.scada.core.ConnectionInformation
 
getUser(String) - Method in interface org.eclipse.scada.sec.AuthenticationImplementation
 
getUser(String) - Method in interface org.eclipse.scada.sec.AuthenticationService
The the user information of the named user
getUser(String) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
getUser(String) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.Authenticator
 
getUser(String) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthenticationImplementation
 
getUser(String) - Method in class org.eclipse.scada.sec.provider.dummy.DummyAuthenticationProviderImpl
 
getUserEntry(String) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
getUserEntry(String) - Method in class org.eclipse.scada.sec.provider.plain.property.PropertyAuthenticationService
 
getUserInformation() - Method in class org.eclipse.scada.sec.AuthorizationReply
 
getUserInformation() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
getUserName() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getUserNameCallback() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
getValidStart(Date, Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getValidStart(Date) - Method in class org.eclipse.scada.hds.Quantizer
 
getValue() - Method in interface org.eclipse.scada.core.info.StatisticEntry
 
getValue() - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
getValue() - Method in class org.eclipse.scada.core.Variant
Get the internal variant value
getValue() - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
getValue() - Method in class org.eclipse.scada.sec.callback.TextCallback
 
giveBack(DataFilePool.AccessorWrapper) - Method in class org.eclipse.scada.hds.DataFilePool
 
giveBack(DataStoreAccesor.AccessorWrapper) - Method in class org.eclipse.scada.hds.DataStoreAccesor
 
GRANTED - Static variable in class org.eclipse.scada.sec.AuthorizationResult
 

H

handle(Callback[]) - Method in class org.eclipse.scada.sec.callback.CallbackHandlerTranslator
 
handleComplete(Future<AuthorizationResult>, AuthorizationRule) - Method in class org.eclipse.scada.sec.osgi.AuthorizationHelper.IteratingAuthorizer
 
handleService(DataStore) - Method in class org.eclipse.scada.ds.DataNodeTracker
 
hasAllRoles(String[]) - Method in class org.eclipse.scada.sec.UserInformation
 
hasAllRoles(Collection<String>) - Method in class org.eclipse.scada.sec.UserInformation
 
hasAnyRole(String[]) - Method in class org.eclipse.scada.sec.UserInformation
 
hasAnyRole(Collection<String>) - Method in class org.eclipse.scada.sec.UserInformation
 
hashCode() - Method in class org.eclipse.scada.core.ConnectionInformation
 
hashCode() - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
hashCode() - Method in class org.eclipse.scada.core.Variant
 
hashCode() - Method in class org.eclipse.scada.ds.DataNode
 
hashCode() - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
hashCode() - Method in class org.eclipse.scada.sec.UserInformation
 
hashCode() - Method in class org.eclipse.scada.sec.UserInformationPrincipal
 
hasRole(String) - Method in class org.eclipse.scada.sec.UserInformation
 
HEADER_SIZE - Static variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
HexCodec - Class in org.eclipse.scada.sec.utils.password
 
HexCodec() - Constructor for class org.eclipse.scada.sec.utils.password.HexCodec
 
HexCodec(boolean) - Constructor for class org.eclipse.scada.sec.utils.password.HexCodec
 

I

info(String, Object...) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
info(String, Throwable, Object...) - Method in interface org.eclipse.scada.sec.audit.AuditLogService
 
info(String, Object...) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
info(String, Throwable, Object...) - Method in class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 
info(String, Object...) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
info(String, Throwable, Object...) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.eclipse.scada.sec.equinox.LoginModule
 
injectRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
injectRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
injectRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.LabelCallback
 
injectRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
injectRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
injectResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.AbstractCallback
Inject values for the response message
injectResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
injectResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
injectResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.TextCallback
 
injectResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
insertHeartbeat(Date) - Method in class org.eclipse.scada.hds.DataStoreAccesor
Insert a marker that the data input mechanism was alive at the provided time
insertNode(ConnectionContext, DataNode, String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
insertValue(double, Date, boolean, boolean, boolean) - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
insertValue(double, Date, boolean, boolean, boolean) - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 
insertValue(double, Date, boolean, boolean, boolean) - Method in class org.eclipse.scada.hds.DataStoreAccesor
 
insertValue(double, Date, boolean, boolean) - Method in class org.eclipse.scada.hds.DataStoreAccesor
 
INVALID_SESSION - Static variable in interface org.eclipse.scada.core.StatusCodes
 
INVALID_USER_OR_PASSWORD - Static variable in interface org.eclipse.scada.sec.StatusCodes
 
InvalidOperationException - Exception in org.eclipse.scada.core
 
InvalidOperationException() - Constructor for exception org.eclipse.scada.core.InvalidOperationException
 
InvalidSessionException - Class in org.eclipse.scada.core
An exception indicating an invalid (e.g.
InvalidSessionException() - Constructor for class org.eclipse.scada.core.InvalidSessionException
 
isAnonymous() - Method in class org.eclipse.scada.sec.UserInformation
 
isBoolean() - Method in class org.eclipse.scada.core.Variant
 
isCanceled() - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
isCanceled() - Method in interface org.eclipse.scada.sec.callback.Callback
 
isDouble() - Method in class org.eclipse.scada.core.Variant
 
isGranted() - Method in class org.eclipse.scada.sec.AuthorizationReply
 
isGranted() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
isInteger() - Method in class org.eclipse.scada.core.Variant
 
isLong() - Method in class org.eclipse.scada.core.Variant
 
isNull() - Method in class org.eclipse.scada.core.Variant
 
isNumber() - Method in class org.eclipse.scada.core.Variant
 
isString() - Method in class org.eclipse.scada.core.Variant
 
isValid() - Method in class org.eclipse.scada.core.ConnectionInformation
 

J

JavaCallbackHandler - Class in org.eclipse.scada.sec.equinox
 
JavaCallbackHandler(CallbackHandler) - Constructor for class org.eclipse.scada.sec.equinox.JavaCallbackHandler
 
JdbcStorageDao - Interface in org.eclipse.scada.ds.storage.jdbc.internal
 
JdbcStorageDaoBase64Impl - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
JdbcStorageDaoBase64Impl(DataSourceFactory, Properties, boolean) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
JdbcStorageDaoBase64Impl.AllProcessor - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
JdbcStorageDaoBase64Impl.AllProcessor(Collection<DataNode>) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl.AllProcessor
 
JdbcStorageDaoBlobImpl - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
JdbcStorageDaoBlobImpl(DataSourceFactory, Properties, boolean) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
JdbcStorageDaoBlobImpl.CollectRows - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
JdbcStorageDaoBlobImpl.CollectRows(List<DataNode>) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl.CollectRows
 
joinRequest(CredentialsRequest) - Method in interface org.eclipse.scada.sec.AuthenticationService
 
joinRequest(CredentialsRequest) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
joinRequest(CredentialsRequest) - Method in class org.eclipse.scada.sec.provider.dummy.DummyAuthenticationProviderImpl
 

L

LabelCallback - Class in org.eclipse.scada.sec.callback
 
LabelCallback() - Constructor for class org.eclipse.scada.sec.callback.LabelCallback
 
LabelCallback(String, int) - Constructor for class org.eclipse.scada.sec.callback.LabelCallback
 
last() - Method in class org.eclipse.scada.sec.osgi.AuthorizationHelper.IteratingAuthorizer
 
login() - Method in class org.eclipse.scada.sec.equinox.LoginModule
 
LoginModule - Class in org.eclipse.scada.sec.equinox
 
LoginModule() - Constructor for class org.eclipse.scada.sec.equinox.LoginModule
 
LogonAuthorizationService - Class in org.eclipse.scada.sec.auth.logon
 
LogonAuthorizationService() - Constructor for class org.eclipse.scada.sec.auth.logon.LogonAuthorizationService
 
logout() - Method in class org.eclipse.scada.sec.equinox.LoginModule
 
LogServiceImpl - Class in org.eclipse.scada.sec.audit.log.slf4j
 
LogServiceImpl() - Constructor for class org.eclipse.scada.sec.audit.log.slf4j.LogServiceImpl
 

M

makeDigest(String) - Method in class org.eclipse.scada.sec.utils.password.DigestBase
 
makeInfo(String, AbstractPlainAuthenticationService.UserEntry) - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService
 
Md5Test - Class in org.eclipse.scada.sec.utils.password
 
Md5Test() - Constructor for class org.eclipse.scada.sec.utils.password.Md5Test
 
mergeAttributes(Map<String, Variant>, Map<String, Variant>, Map<String, Variant>) - Static method in class org.eclipse.scada.core.AttributesHelper
merges the difference attributes into the target
mergeAttributes(Map<String, Variant>, Map<String, Variant>) - Static method in class org.eclipse.scada.core.AttributesHelper
merges the difference attributes into the target
mergeAttributes(Map<String, Variant>, Map<String, Variant>, boolean) - Static method in class org.eclipse.scada.core.AttributesHelper
merges the attribute differences.
Messages - Class in org.eclipse.scada.sec.osgi
 

N

nodeChanged(DataNode) - Method in interface org.eclipse.scada.ds.DataListener
Gets called when the node changed.
NotConvertableException - Exception in org.eclipse.scada.core
 
NotConvertableException(Object) - Constructor for exception org.eclipse.scada.core.NotConvertableException
 
notifyChange(Date, Date) - Method in class org.eclipse.scada.hds.AbstractValueSource
 
NULL - Static variable in class org.eclipse.scada.core.Variant
A default NULL instance
NullValueException - Exception in org.eclipse.scada.core
 
NullValueException() - Constructor for exception org.eclipse.scada.core.NullValueException
 

O

open() - Method in class org.eclipse.scada.ds.DataNodeTracker
 
open() - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
open() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthenticationImplementation
 
open() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationImplementation
 
open() - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
OperationException - Exception in org.eclipse.scada.core
 
OperationException(String, Throwable) - Constructor for exception org.eclipse.scada.core.OperationException
 
OperationException(String) - Constructor for exception org.eclipse.scada.core.OperationException
 
OperationException(Throwable) - Constructor for exception org.eclipse.scada.core.OperationException
 
ORDER_COMPARATOR - Static variable in interface org.eclipse.scada.sec.callback.Callback
 
org.eclipse.scada.core - package org.eclipse.scada.core
 
org.eclipse.scada.core.info - package org.eclipse.scada.core.info
 
org.eclipse.scada.ds - package org.eclipse.scada.ds
 
org.eclipse.scada.ds.internal - package org.eclipse.scada.ds.internal
 
org.eclipse.scada.ds.storage - package org.eclipse.scada.ds.storage
 
org.eclipse.scada.ds.storage.file - package org.eclipse.scada.ds.storage.file
 
org.eclipse.scada.ds.storage.jdbc - package org.eclipse.scada.ds.storage.jdbc
 
org.eclipse.scada.ds.storage.jdbc.internal - package org.eclipse.scada.ds.storage.jdbc.internal
 
org.eclipse.scada.hds - package org.eclipse.scada.hds
 
org.eclipse.scada.sec - package org.eclipse.scada.sec
 
org.eclipse.scada.sec.audit - package org.eclipse.scada.sec.audit
 
org.eclipse.scada.sec.audit.log.slf4j - package org.eclipse.scada.sec.audit.log.slf4j
 
org.eclipse.scada.sec.auth.logon - package org.eclipse.scada.sec.auth.logon
 
org.eclipse.scada.sec.authn - package org.eclipse.scada.sec.authn
This package contains authentication classes
org.eclipse.scada.sec.authn.osgi.cfg.priority - package org.eclipse.scada.sec.authn.osgi.cfg.priority
 
org.eclipse.scada.sec.authz - package org.eclipse.scada.sec.authz
This package contains authorization classes
org.eclipse.scada.sec.callback - package org.eclipse.scada.sec.callback
 
org.eclipse.scada.sec.equinox - package org.eclipse.scada.sec.equinox
 
org.eclipse.scada.sec.osgi - package org.eclipse.scada.sec.osgi
 
org.eclipse.scada.sec.provider.dummy - package org.eclipse.scada.sec.provider.dummy
 
org.eclipse.scada.sec.provider.plain.property - package org.eclipse.scada.sec.provider.plain.property
 
org.eclipse.scada.sec.provider.plain.property.internal - package org.eclipse.scada.sec.provider.plain.property.internal
 
org.eclipse.scada.sec.utils.password - package org.eclipse.scada.sec.utils.password
 

P

parseInteger(Map<String, String>, String, Integer) - Method in class org.eclipse.scada.sec.callback.AbstractCallback
Return an integer from the attributes
parseRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
parseRequestAttributes(Map<String, String>) - Method in interface org.eclipse.scada.sec.callback.Callback
 
parseRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
parseRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.LabelCallback
 
parseRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
parseRequestAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
parseResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.AbstractCallback
 
parseResponseAttributes(Map<String, String>) - Method in interface org.eclipse.scada.sec.callback.Callback
 
parseResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
parseResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
parseResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.TextCallback
 
parseResponseAttributes(Map<String, String>) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
PasswordCallback - Class in org.eclipse.scada.sec.callback
 
PasswordCallback(String, int) - Constructor for class org.eclipse.scada.sec.callback.PasswordCallback
 
PasswordCallback(String, int, PasswordEncoding...) - Constructor for class org.eclipse.scada.sec.callback.PasswordCallback
 
PasswordCallback(String, int, List<PasswordEncoding>) - Constructor for class org.eclipse.scada.sec.callback.PasswordCallback
 
PasswordCallback() - Constructor for class org.eclipse.scada.sec.callback.PasswordCallback
 
PasswordDigestCodec - Interface in org.eclipse.scada.sec.utils.password
 
PasswordEncoder - Interface in org.eclipse.scada.sec.utils.password
 
PasswordEncoding - Enum in org.eclipse.scada.sec.utils.password
 
PasswordType - Enum in org.eclipse.scada.sec.utils.password
 
PasswordValidator - Interface in org.eclipse.scada.sec.utils.password
 
perform(AuthorizationRule) - Method in class org.eclipse.scada.sec.osgi.AuthorizationHelper.IteratingAuthorizer
 
performCallback(Callback[]) - Method in interface org.eclipse.scada.sec.callback.CallbackHandler
 
performCallback(Callback[]) - Method in class org.eclipse.scada.sec.callback.PropertiesCredentialsCallback
 
performCallback(Callback[]) - Method in class org.eclipse.scada.sec.equinox.JavaCallbackHandler
 
PermissionDeniedException - Class in org.eclipse.scada.sec
 
PermissionDeniedException(AuthorizationResult) - Constructor for class org.eclipse.scada.sec.PermissionDeniedException
 
PermissionDeniedException(StatusCode, String) - Constructor for class org.eclipse.scada.sec.PermissionDeniedException
 
PlainValidator - Class in org.eclipse.scada.sec.utils.password
 
PlainValidator(boolean) - Constructor for class org.eclipse.scada.sec.utils.password.PlainValidator
 
process(AuthorizationContext, Future<UserInformation>) - Method in class org.eclipse.scada.sec.auth.logon.AuthorizationRuleImpl
 
processCallbacks(CredentialsRequest, List<AuthenticationService>) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ProcessCallbacksFuture
 
ProcessCallbacksFuture - Class in org.eclipse.scada.sec.authn.osgi.cfg.priority
 
ProcessCallbacksFuture(<any>) - Constructor for class org.eclipse.scada.sec.authn.osgi.cfg.priority.ProcessCallbacksFuture
 
processRow(ResultSet) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl.AllProcessor
 
processRow(ResultSet) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl.CollectRows
 
PROP - Static variable in class org.eclipse.scada.sec.provider.plain.property.PropertyAuthenticationService
 
PROP_DOCUMENT - Static variable in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
PROP_MAXIMUM_REMEMBER_PERIOD - Static variable in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
PROP_PASSWORD - Static variable in class org.eclipse.scada.core.ConnectionInformation
 
PROP_SIGNED_DOCUMENT - Static variable in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
PROP_USER - Static variable in class org.eclipse.scada.core.ConnectionInformation
 
PROP_VALUE - Static variable in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
PROP_VALUE - Static variable in class org.eclipse.scada.sec.callback.TextCallback
 
PropertiesCredentialsCallback - Class in org.eclipse.scada.sec.callback
A callback handler which will act on the provided properties
PropertiesCredentialsCallback(String, String) - Constructor for class org.eclipse.scada.sec.callback.PropertiesCredentialsCallback
 
PropertiesCredentialsCallback(Properties) - Constructor for class org.eclipse.scada.sec.callback.PropertiesCredentialsCallback
 
PropertiesCredentialsCallback(Map<String, String>) - Constructor for class org.eclipse.scada.sec.callback.PropertiesCredentialsCallback
 
PropertyAuthenticationService - Class in org.eclipse.scada.sec.provider.plain.property
A plain authentication provider
PropertyAuthenticationService() - Constructor for class org.eclipse.scada.sec.provider.plain.property.PropertyAuthenticationService
 
purge() - Method in class org.eclipse.scada.hds.DataStoreAccesor
Delete data files that are out of range

Q

Quantizer - Class in org.eclipse.scada.hds
 
Quantizer(long, TimeUnit) - Constructor for class org.eclipse.scada.hds.Quantizer
 
Quantizer(long, TimeUnit, int) - Constructor for class org.eclipse.scada.hds.Quantizer
 

R

readAllNodes() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
readAllNodes() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
readAllNodes() - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDao
 
readAllNodes() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
readAllNodes() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
readNode(String) - Method in interface org.eclipse.scada.ds.DataStore
Get the data node
readNode(String) - Method in class org.eclipse.scada.ds.storage.AbstractStorage
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.file.StorageImpl
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
readNode(String) - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDao
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
readNode(String) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
register(DataSourceFactory, BundleContext) - Method in class org.eclipse.scada.ds.storage.jdbc.Activator
 
removeListener(String, DataListener) - Method in class org.eclipse.scada.ds.DataNodeTracker
Remove a listener for a data node
removeListener(DataStoreListener) - Method in class org.eclipse.scada.hds.AbstractValueSource
 
removeListener(DataStoreListener) - Method in interface org.eclipse.scada.hds.ValueSource
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.scada.ds.internal.ClassLoaderObjectInputStream
 
resultChanged(AuthorizationReply) - Method in interface org.eclipse.scada.sec.osgi.AuthorizationTracker.Listener
 
RULE_TYPES - Static variable in interface org.eclipse.scada.sec.AuthorizationService
 

S

set(Map<String, Variant>, Map<String, Variant>, Map<String, Variant>) - Static method in class org.eclipse.scada.core.AttributesHelper
update the target attributes to contain only the requested attributes
setAsText(String) - Method in class org.eclipse.scada.core.ConnectionInformationEditor
 
setAsText(String) - Method in class org.eclipse.scada.core.VariantEditor
 
setAuthenticator(AuthenticationImplementation) - Method in class org.eclipse.scada.sec.auth.logon.LogonAuthorizationService
 
setCallbackHandler(CallbackHandler) - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
setConfirmationType(ConfirmationCallback.ConfirmationType) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
setCurrentValue(Object, double) - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
setCurrentValue(Object, double) - Method in class org.eclipse.scada.core.info.StatisticsImpl
 
setDocument(String) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
setDriver(String) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setInterface(String) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setLabel(String) - Method in class org.eclipse.scada.core.info.StatisticEntryImpl
 
setLabel(Object, String) - Method in class org.eclipse.scada.core.info.StatisticsImpl
 
setMaximumRememberPeriod(int) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
setPassword(String) - Method in class org.eclipse.scada.core.ConnectionInformation
Set the password
setPassword(String) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
setPassword(String, String) - Method in interface org.eclipse.scada.sec.UserManagerService
 
setProperties(Map<String, String>) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setRequest(AuthorizationRequest) - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
setRequestedTypes(List<List<PasswordEncoding>>) - Method in class org.eclipse.scada.sec.callback.PasswordCallback
 
setSecondaryTarget(Integer) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setService(AuditLogService) - Method in class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
setService(AuthorizationTracker) - Method in class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
setSignedDocument(String) - Method in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
setSubtargets(List<String>) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setTarget(String) - Method in class org.eclipse.scada.core.ConnectionInformation
 
setup() - Method in class org.eclipse.scada.sec.utils.password.ValidationTest
 
setUser(String) - Method in class org.eclipse.scada.core.ConnectionInformation
Set the user name
setValue(Boolean) - Method in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
setValue(String) - Method in class org.eclipse.scada.sec.callback.TextCallback
 
split(String) - Static method in class org.eclipse.scada.sec.provider.plain.property.PropertyAuthenticationService
 
start(BundleContext) - Method in class org.eclipse.scada.ds.storage.file.Activator
 
start(BundleContext) - Method in class org.eclipse.scada.ds.storage.jdbc.Activator
 
start - Variable in class org.eclipse.scada.hds.DataFileAccessorImpl
 
start(BundleContext) - Method in class org.eclipse.scada.sec.equinox.Activator
 
start(BundleContext) - Method in class org.eclipse.scada.sec.provider.plain.property.internal.Activator
 
startWriter() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
StatisticEntry - Interface in org.eclipse.scada.core.info
 
StatisticEntryImpl - Class in org.eclipse.scada.core.info
 
StatisticEntryImpl(Object) - Constructor for class org.eclipse.scada.core.info.StatisticEntryImpl
 
StatisticsImpl - Class in org.eclipse.scada.core.info
 
StatisticsImpl() - Constructor for class org.eclipse.scada.core.info.StatisticsImpl
 
StatisticsProvider - Interface in org.eclipse.scada.core.info
 
StatisticValue - Class in org.eclipse.scada.core.info
 
StatisticValue(Number, Number, Number) - Constructor for class org.eclipse.scada.core.info.StatisticValue
 
StatusCodes - Interface in org.eclipse.scada.core
 
StatusCodes - Interface in org.eclipse.scada.sec
 
stop(BundleContext) - Method in class org.eclipse.scada.ds.storage.file.Activator
 
stop(BundleContext) - Method in class org.eclipse.scada.ds.storage.jdbc.Activator
 
stop(BundleContext) - Method in class org.eclipse.scada.sec.equinox.Activator
 
stop(BundleContext) - Method in class org.eclipse.scada.sec.provider.plain.property.internal.Activator
 
StorageImpl - Class in org.eclipse.scada.ds.storage.file
 
StorageImpl() - Constructor for class org.eclipse.scada.ds.storage.file.StorageImpl
 
StorageImpl - Class in org.eclipse.scada.ds.storage.jdbc.internal
 
StorageImpl(JdbcStorageDao) - Constructor for class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
storeChanged(Date, Date) - Method in interface org.eclipse.scada.hds.DataStoreListener
 

T

take(DataStoreAccesor.AccessorWrapper) - Method in class org.eclipse.scada.hds.DataStoreAccesor
 
test1() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test1() - Method in class org.eclipse.scada.ds.DataNodeTest
 
test1() - Method in class org.eclipse.scada.sec.provider.plain.property.UserTest
 
test1() - Method in class org.eclipse.scada.sec.utils.password.Md5Test
 
test10() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test11() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test12() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test2() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test2() - Method in class org.eclipse.scada.ds.DataNodeTest
 
test2() - Method in class org.eclipse.scada.sec.utils.password.Md5Test
 
test3() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test3() - Method in class org.eclipse.scada.sec.utils.password.Md5Test
 
test4() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test5() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test6() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test6a() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test6b() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test7() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test8() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
test9() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
testDiff1() - Method in class org.eclipse.scada.core.AttributeHelperTest
 
testDiff2() - Method in class org.eclipse.scada.core.AttributeHelperTest
 
testEqual() - Method in class org.eclipse.scada.core.VariantCompareTest
 
testEquals1() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
testEquals2() - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
testNumberIssue() - Method in class org.eclipse.scada.core.VariantTest
 
testParserEqual(String, ConnectionInformation) - Method in class org.eclipse.scada.core.ConnectionInformationTest1
 
testPlain1() - Method in class org.eclipse.scada.sec.utils.password.ValidationTest
 
testPlain2() - Method in class org.eclipse.scada.sec.utils.password.ValidationTest
 
testPlain3() - Method in class org.eclipse.scada.sec.utils.password.ValidationTest
 
testSerialize(Serializable) - Method in class org.eclipse.scada.ds.DataNodeTest
 
testVariantCompareBooleanVSBooleanDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSBooleanEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSDoubleDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSDoubleEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSLongDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSLongEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSNullEqual1() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareBooleanVSNullEqual2() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntegerVSDoubleDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntegerVSDoubleEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntVSDoubleDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntVSDoubleEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntVSLongDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareIntVSLongEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareLongDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareLongEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareNullDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareNullSame() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareNullVSNullEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringVSBooleanDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringVSBooleanEqual() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringVSDoubleDifferent() - Method in class org.eclipse.scada.core.VariantTest
 
testVariantCompareStringVSDoubleEqual() - Method in class org.eclipse.scada.core.VariantTest
 
TextCallback - Class in org.eclipse.scada.sec.callback
 
TextCallback() - Constructor for class org.eclipse.scada.sec.callback.TextCallback
 
TextCallback(String, int) - Constructor for class org.eclipse.scada.sec.callback.TextCallback
 
toJavaType() - Method in enum org.eclipse.scada.core.VariantType
 
toLabel(String) - Method in class org.eclipse.scada.core.Variant
 
toLabel() - Method in class org.eclipse.scada.core.Variant
 
toMaskedString(String) - Method in class org.eclipse.scada.core.ConnectionInformation
Returns a string with the password masked out if one is set.
toMaskedString() - Method in class org.eclipse.scada.core.ConnectionInformation
Return a masked string with the default mask
toString() - Method in class org.eclipse.scada.core.ConnectionInformation
 
toString() - Method in class org.eclipse.scada.core.info.StatisticValue
 
toString() - Method in class org.eclipse.scada.core.Variant
Get the string representation of the variant (not the variant value).
toString() - Method in class org.eclipse.scada.ds.DataNode
 
toString() - Method in class org.eclipse.scada.hds.Quantizer
 
toString() - Method in class org.eclipse.scada.sec.authn.AbstractPlainAuthenticationService.UserEntry
 
toString() - Method in class org.eclipse.scada.sec.authn.CredentialsRequest
 
toString() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationGroupImpl
 
toString() - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ConfigurationManagerImpl.ConfigurationImpl
 
toString() - Method in class org.eclipse.scada.sec.AuthorizationReply
 
toString() - Method in class org.eclipse.scada.sec.AuthorizationRequest
 
toString() - Method in class org.eclipse.scada.sec.AuthorizationResult
 
toString() - Method in class org.eclipse.scada.sec.authz.AuthorizationContext
 
toString() - Method in class org.eclipse.scada.sec.UserInformation
 
toString() - Method in class org.eclipse.scada.sec.UserInformationPrincipal
 
toUri() - Method in class org.eclipse.scada.core.ConnectionInformation
 
toValue() - Method in enum org.eclipse.scada.core.VariantType
 
toVariant(String, String) - Static method in class org.eclipse.scada.core.VariantEditor
 
toVariant(String) - Static method in class org.eclipse.scada.core.VariantEditor
 
TrackingAuditLogImplementation - Class in org.eclipse.scada.sec.osgi
 
TrackingAuditLogImplementation(BundleContext) - Constructor for class org.eclipse.scada.sec.osgi.TrackingAuditLogImplementation
 
TrackingAuthenticationImplementation - Class in org.eclipse.scada.sec.osgi
 
TrackingAuthenticationImplementation(BundleContext) - Constructor for class org.eclipse.scada.sec.osgi.TrackingAuthenticationImplementation
 
TrackingAuthorizationImplementation - Class in org.eclipse.scada.sec.osgi
 
TrackingAuthorizationImplementation(BundleContext) - Constructor for class org.eclipse.scada.sec.osgi.TrackingAuthorizationImplementation
 
TrackingAuthorizationTracker - Class in org.eclipse.scada.sec.osgi
 
TrackingAuthorizationTracker(BundleContext) - Constructor for class org.eclipse.scada.sec.osgi.TrackingAuthorizationTracker
 
transform(Callback[]) - Method in class org.eclipse.scada.sec.authn.osgi.cfg.priority.ProcessCallbacksFuture
 
TRUE - Static variable in class org.eclipse.scada.core.Variant
A default BOOL#true instance
TYPE - Static variable in class org.eclipse.scada.sec.callback.ConfirmationCallback
 
TYPE - Static variable in class org.eclipse.scada.sec.callback.PasswordCallback
 
TYPE - Static variable in class org.eclipse.scada.sec.callback.TextCallback
 
TYPE - Static variable in class org.eclipse.scada.sec.callback.UserNameCallback
 
TYPE - Static variable in class org.eclipse.scada.sec.callback.XMLSignatureCallback
 

U

UNABLE_TO_CREATE_SESSION - Static variable in interface org.eclipse.scada.core.StatusCodes
 
UnableToCreateSessionException - Class in org.eclipse.scada.core
 
UnableToCreateSessionException(String) - Constructor for class org.eclipse.scada.core.UnableToCreateSessionException
 
UnableToCreateSessionException(CodedException) - Constructor for class org.eclipse.scada.core.UnableToCreateSessionException
 
UNKNOWN_STATUS_CODE - Static variable in interface org.eclipse.scada.sec.StatusCodes
 
unregister() - Method in class org.eclipse.scada.ds.storage.jdbc.Activator
 
userInformation - Variable in class org.eclipse.scada.sec.provider.plain.property.PropertyAuthenticationService
 
UserInformation - Class in org.eclipse.scada.sec
A user information object
UserInformation(String) - Constructor for class org.eclipse.scada.sec.UserInformation
 
UserInformation(String, Collection<String>) - Constructor for class org.eclipse.scada.sec.UserInformation
 
UserInformation(String, String[]) - Constructor for class org.eclipse.scada.sec.UserInformation
 
UserInformationPrincipal - Class in org.eclipse.scada.sec
 
UserInformationPrincipal(UserInformation) - Constructor for class org.eclipse.scada.sec.UserInformationPrincipal
Create a new principal object
UserManagerService - Interface in org.eclipse.scada.sec
 
UserNameCallback - Class in org.eclipse.scada.sec.callback
 
UserNameCallback(String, int) - Constructor for class org.eclipse.scada.sec.callback.UserNameCallback
 
UserNameCallback() - Constructor for class org.eclipse.scada.sec.callback.UserNameCallback
 
UserTest - Class in org.eclipse.scada.sec.provider.plain.property
 
UserTest() - Constructor for class org.eclipse.scada.sec.provider.plain.property.UserTest
 

V

validatePassword(Map<PasswordEncoding, String>, String) - Method in class org.eclipse.scada.sec.utils.password.DigestValidator
 
validatePassword(Map<PasswordEncoding, String>, String) - Method in interface org.eclipse.scada.sec.utils.password.PasswordValidator
 
validatePassword(Map<PasswordEncoding, String>, String) - Method in class org.eclipse.scada.sec.utils.password.PlainValidator
 
ValidationTest - Class in org.eclipse.scada.sec.utils.password
 
ValidationTest() - Constructor for class org.eclipse.scada.sec.utils.password.ValidationTest
 
value(double, Date, boolean, boolean) - Method in interface org.eclipse.scada.hds.ValueVisitor
Gets called for each record found
valueOf(long) - Static method in class org.eclipse.scada.core.Variant
 
valueOf(int) - Static method in class org.eclipse.scada.core.Variant
 
valueOf(double) - Static method in class org.eclipse.scada.core.Variant
 
valueOf(boolean) - Static method in class org.eclipse.scada.core.Variant
 
valueOf(Object) - Static method in class org.eclipse.scada.core.Variant
 
valueOf(String) - Static method in enum org.eclipse.scada.core.VariantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scada.sec.callback.ConfirmationCallback.ConfirmationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.scada.sec.utils.password.PasswordType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.scada.core.VariantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scada.sec.callback.ConfirmationCallback.ConfirmationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scada.sec.utils.password.PasswordEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.scada.sec.utils.password.PasswordType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSource - Interface in org.eclipse.scada.hds
 
ValueVisitor - Interface in org.eclipse.scada.hds
 
Variant - Class in org.eclipse.scada.core
A variant data type that can hold any scalar value type.
Variant() - Constructor for class org.eclipse.scada.core.Variant
 
Variant(Object) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(boolean) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(double) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(int) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(long) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(String) - Constructor for class org.eclipse.scada.core.Variant
 
Variant(Variant) - Constructor for class org.eclipse.scada.core.Variant
 
VariantComparator - Class in org.eclipse.scada.core
 
VariantComparator() - Constructor for class org.eclipse.scada.core.VariantComparator
 
VariantCompareTest - Class in org.eclipse.scada.core
 
VariantCompareTest() - Constructor for class org.eclipse.scada.core.VariantCompareTest
 
VariantEditor - Class in org.eclipse.scada.core
 
VariantEditor() - Constructor for class org.eclipse.scada.core.VariantEditor
 
VariantTest - Class in org.eclipse.scada.core
 
VariantTest() - Constructor for class org.eclipse.scada.core.VariantTest
 
VariantType - Enum in org.eclipse.scada.core
provides a enumeration for all types of a variant the ordinal values for each type are taken from Java's serialization protocol
visit(ValueVisitor) - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
visit(ValueVisitor) - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 
visit(ValueVisitor, Date, Date) - Method in class org.eclipse.scada.hds.DataStoreAccesor
Visit values
visit(ValueVisitor, Date, Date) - Method in interface org.eclipse.scada.hds.ValueSource
Visit the value source
visitFirstValue(ValueVisitor) - Method in interface org.eclipse.scada.hds.DataFileAccessor
 
visitFirstValue(ValueVisitor) - Method in class org.eclipse.scada.hds.DataFileAccessorImpl
 

W

wrap(File, DataFileAccessor) - Method in class org.eclipse.scada.hds.DataFilePool
 
write(DataNode) - Method in class org.eclipse.scada.ds.DataNodeTracker
Write to the data node if there currently is a service attached
writeNode(DataNode) - Method in interface org.eclipse.scada.ds.DataStore
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.file.StorageImpl
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.CachingStorageDao
 
writeNode(DataNode) - Method in interface org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDao
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBase64Impl
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.JdbcStorageDaoBlobImpl
 
writeNode(DataNode) - Method in class org.eclipse.scada.ds.storage.jdbc.internal.StorageImpl
 
writer() - Method in class org.eclipse.scada.ds.storage.jdbc.internal.BufferingStorageDao
 

X

XMLSignatureCallback - Class in org.eclipse.scada.sec.callback
 
XMLSignatureCallback() - Constructor for class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
XMLSignatureCallback(String) - Constructor for class org.eclipse.scada.sec.callback.XMLSignatureCallback
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Eclipse SCADA Base Components

Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0