A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages

D

Database - Class in com.jgcomptech.tools.databasetools.jdbc
Database object that allows communication with a SQL database.
Database(DatabaseConnectionInfo) - Constructor for class com.jgcomptech.tools.databasetools.jdbc.Database
Creates a database object with the specified parameters.
Database(String, DatabaseType) - Constructor for class com.jgcomptech.tools.databasetools.jdbc.Database
Creates a database object with the specified parameters.
Database(String, String, String, DatabaseType) - Constructor for class com.jgcomptech.tools.databasetools.jdbc.Database
Creates a database object with the specified parameters.
Database.Connection - Class in com.jgcomptech.tools.databasetools.jdbc
The object that stores tasks related to the connection, use Database.getConnection() to access methods.
Database.Info - Class in com.jgcomptech.tools.databasetools.jdbc
The object that stores the database info, use Database.getInfo() to access methods.
Database.Settings - Class in com.jgcomptech.tools.databasetools.jdbc
Allows setting and retrieval of settings values from a database, use Database.getSettings() to access methods.
Database.Tasks - Class in com.jgcomptech.tools.databasetools.jdbc
The object that stores methods to complete database tasks, use Database.getTasks() to access methods.
DatabaseConnectionInfo - Class in com.jgcomptech.tools.databasetools.jdbc
Connection info object to be used to connect to a database.
DatabaseConnectionInfo() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
 
DatabaseType - Enum in com.jgcomptech.tools.databasetools.jdbc
Database type to be used to determine database operations.
Datacenter - com.jgcomptech.tools.enums.VERSuite
Datacenter.
DatacenterServer - com.jgcomptech.tools.enums.ProductEdition
DatacenterServer.
DatacenterServerCore - com.jgcomptech.tools.enums.ProductEdition
DatacenterServerCore.
DatacenterServerCoreV - com.jgcomptech.tools.enums.ProductEdition
DatacenterServerCoreV.
DatacenterServerV - com.jgcomptech.tools.enums.ProductEdition
DatacenterServerV.
DataTypes - Enum in com.jgcomptech.tools.databasetools.jdbc
A list of data types that may be used to create a table column.
DATE - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
DATETIME - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
Day - Static variable in class com.jgcomptech.tools.Misc.SecondsConverter
The number of seconds in a day.
DCOMApplication - com.jgcomptech.tools.enums.WMIClasses.COM
 
DCOMApplicationAccessAllowedSetting - com.jgcomptech.tools.enums.WMIClasses.COM
 
DCOMApplicationLaunchAllowedSetting - com.jgcomptech.tools.enums.WMIClasses.COM
 
DCOMApplicationSetting - com.jgcomptech.tools.enums.WMIClasses.COM
 
DECIMAL - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
decrypt(PrivateKey, byte[]) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Decrypts specified text with private key.
decryptFromString(PrivateKey, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Decrypts specified text with private key.
defaultValue(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
Sets the DEFAULT constraint on the column.
DELETE - com.jgcomptech.tools.databasetools.jdbc.TypedStatement.Type
 
DELETE_FROM(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.DeleteBuilder
Begins the DELETE statement.
DeleteBuilder - Class in com.jgcomptech.tools.databasetools.jdbc.builders
A builder class for creating a DELETE sql statement to delete a row from a table.
DeleteBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.DeleteBuilder
 
deleteUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Deletes the specified user.
deleteUser(String) - Method in class com.jgcomptech.tools.authc.UserManager
Deletes the specified user.
DependentService - com.jgcomptech.tools.enums.WMIClasses.OS
 
Desktop - com.jgcomptech.tools.enums.WMIClasses.Other
 
DesktopMonitor - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DeviceBus - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DeviceMemoryAddress - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DeviceSettings - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DFSNode - com.jgcomptech.tools.enums.WMIClasses.Shares
 
DFSNodeTarget - com.jgcomptech.tools.enums.WMIClasses.Shares
 
DFSTarget - com.jgcomptech.tools.enums.WMIClasses.Shares
 
diableDebugLogging() - Method in class com.jgcomptech.tools.authc.AuthManager
Disables basic event handlers with System.Out logging for all session and permission events.
DialogResult - Class in com.jgcomptech.tools.dialogs
Specifies identifiers to indicate the return value of a message box.
DialogResult() - Constructor for class com.jgcomptech.tools.dialogs.DialogResult
 
DialogResult(ButtonType) - Constructor for class com.jgcomptech.tools.dialogs.DialogResult
 
Directory - com.jgcomptech.tools.enums.WMIClasses.File_System
 
Directory - com.jgcomptech.tools.enums.WMIClasses.Other
 
DirectorySpecification - com.jgcomptech.tools.enums.WMIClasses.File_System
 
DirectorySpecification - com.jgcomptech.tools.enums.WMIClasses.Other
 
disable() - Method in class com.jgcomptech.tools.authc.UserRole
Attempts to disable the user role.
disable() - Method in class com.jgcomptech.tools.authz.Permission
Disables the permission and all child permissions.
DisabledAccountException - Exception in com.jgcomptech.tools.authc
Thrown when attempting to authenticate and the corresponding account has been disabled for some reason.
DisabledAccountException() - Constructor for exception com.jgcomptech.tools.authc.DisabledAccountException
Creates a new DisabledAccountException.
DisabledAccountException(String) - Constructor for exception com.jgcomptech.tools.authc.DisabledAccountException
Constructs a new DisabledAccountException.
DisabledAccountException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.DisabledAccountException
Constructs a new DisabledAccountException.
DisabledAccountException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.DisabledAccountException
Constructs a new DisabledAccountException.
disableDebugLogging() - Method in class com.jgcomptech.tools.authc.SessionManager
Disables basic event handlers with System.Out logging for all events.
disableDebugLogging() - Method in class com.jgcomptech.tools.authz.Permission
Disables basic event handlers with System.Out logging for all events.
disableDebugLogging() - Method in class com.jgcomptech.tools.authz.PermissionManager
Disables basic event handlers with System.Out logging for all events.
disablePasswordExpiration() - Method in class com.jgcomptech.tools.authc.Subject
Sets the user's password to never expire.
disablePasswordExpiration(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Sets the specified user's password to never expire.
disablePasswordExpiration(String) - Method in class com.jgcomptech.tools.authc.UserManager
Disables the specified user's password expiration.
disablePermission(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Disables the specified permission and all its children.
disconnect() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
Releases this database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed, It is generally good practice to release resources as soon as you are finished with them to avoid tying up database resources, shows message box on error.
DiskDrive - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DiskDrivePhysicalMedia - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
DiskDriveToDiskPartition - com.jgcomptech.tools.enums.WMIClasses.File_System
 
DiskDriveToDiskPartition - com.jgcomptech.tools.enums.WMIClasses.Other
 
DiskPartition - com.jgcomptech.tools.enums.WMIClasses.File_System
 
DiskPartition - com.jgcomptech.tools.enums.WMIClasses.Other
 
DiskQuota - com.jgcomptech.tools.enums.WMIClasses.File_System
 
DiskQuota - com.jgcomptech.tools.enums.WMIClasses.Other
 
DisplayConfiguration - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
DisplayControllerConfiguration - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DMAChannel - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
doesItemExistInCollection(Collection<T>, Predicate<T>) - Static method in class com.jgcomptech.tools.CollectionUtils
Checks if an item exists in a Collection that matches the specified Predicate.
doesItemExistInMap(Map<K, V>, Predicate<V>) - Static method in class com.jgcomptech.tools.CollectionUtils
Checks if a value exists in a HashMap that matches the specified Predicate.
doesPermissionExist(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Checks if the specified permission exists.
DomainName() - Method in class com.jgcomptech.tools.OSInfo.OSObject
 
DOUBLE - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
DriveObject() - Constructor for class com.jgcomptech.tools.HWInfo.DriveObject
 
DriverForDevice - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
DriverVXD - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
DriveType() - Method in class com.jgcomptech.tools.HWInfo.DriveObject
 
DTSPipeline_SQLServerDTSPipeline - com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
 
DuplicateFileAction - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
A B C D E F G H I K L M N O P Q R S T U V W Y _ 
All Classes All Packages