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

C

CacheMemory - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
CANCEL - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
The message box return value is CANCEL (usually sent from a button labeled CANCEL).
CANCEL - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
A pre-defined ButtonType that displays "Cancel" and has a ButtonBar.ButtonData of ButtonBar.ButtonData.CANCEL_CLOSE.
CancelTryAgainContinue - com.jgcomptech.tools.dialogs.MessageBoxButtons
 
CDROMDrive - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
CHAR - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
checkBCryptHashesMatch(String, String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Checks if login hashes match.
CheckCheck - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
checkHashesMatch(String, String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Checks if login hashes match.
checkPasswordMatches(String) - Method in class com.jgcomptech.tools.authc.Subject
Checks to see if the specified password matches the stored password in the database.
checkPasswordMatches(String, String) - Method in class com.jgcomptech.tools.authc.AuthManager
Checks to see if the specified password matches the stored password in the database.
checkPasswordMatches(String, String) - Method in class com.jgcomptech.tools.authc.UserManager
Checks to see if the specified password matches the stored password in the database.
CIMLogicalDeviceCIMDataFile - com.jgcomptech.tools.enums.WMIClasses.File_System
 
CIMLogicalDeviceCIMDataFile - com.jgcomptech.tools.enums.WMIClasses.Other
 
CLASSES_ROOT - com.jgcomptech.tools.RegistryInfo.HKEY
 
ClassicCOMApplicationClasses - com.jgcomptech.tools.enums.WMIClasses.COM
 
ClassicCOMClass - com.jgcomptech.tools.enums.WMIClasses.COM
 
ClassicCOMClassSettings - com.jgcomptech.tools.enums.WMIClasses.COM
 
ClassInforAction - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
clear() - Method in class com.jgcomptech.tools.authc.UsernamePasswordToken
Clears out (nulls) the username, password, rememberMe.
ClientApplicationSetting - com.jgcomptech.tools.enums.WMIClasses.COM
 
clone() - Method in class com.jgcomptech.tools.authc.AuthManager
 
clone() - Method in class com.jgcomptech.tools.authc.SessionManager
 
clone() - Method in class com.jgcomptech.tools.authc.UserManager
 
clone() - Method in class com.jgcomptech.tools.authz.PermissionManager
 
clone() - Method in class com.jgcomptech.tools.events.Event
Creates and returns a copy of this Event.
close() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
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.
close() - Method in class com.jgcomptech.tools.dialogs.LoginDialog
Closes the dialog.
Close - com.jgcomptech.tools.dialogs.MessageBoxButtons
 
CLOSE - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
The message box return value is CLOSE (usually sent from a button labeled CLOSE).
CLOSE - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
A pre-defined ButtonType that displays "Close" and has a ButtonBar.ButtonData of ButtonBar.ButtonData.CANCEL_CLOSE.
ClusterServer - com.jgcomptech.tools.enums.ProductEdition
ClusterServer.
CodecFile - com.jgcomptech.tools.enums.WMIClasses.Other
 
CollectionStatistics - com.jgcomptech.tools.enums.WMIClasses.Other
 
CollectionUtils - Class in com.jgcomptech.tools
Contains methods for dealing with collections.
ColumnBuilder - Class in com.jgcomptech.tools.databasetools.jdbc.builders
A builder class for creating a database table column.
ColumnBuilder(String, DataTypes) - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
Generates sql code for creation of a table column.
ColumnBuilder(String, DataTypes, int) - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
Generates sql code for creation of a table column.
com.jgcomptech.tools - package com.jgcomptech.tools
Contains a lot of tools to use in any Java program.
com.jgcomptech.tools.authc - package com.jgcomptech.tools.authc
Contains classes and methods for authentication for your application.
com.jgcomptech.tools.authz - package com.jgcomptech.tools.authz
Contains classes to manage permissions to be used to enable or disable parts of your application.
com.jgcomptech.tools.databasetools.jdbc - package com.jgcomptech.tools.databasetools.jdbc
Contains tools to communicate with a database using JDBC.
com.jgcomptech.tools.databasetools.jdbc.builders - package com.jgcomptech.tools.databasetools.jdbc.builders
Contains builder classes for creating sql statements.
com.jgcomptech.tools.demo - package com.jgcomptech.tools.demo
Contains demo code that will run if the jar file is run directly.
com.jgcomptech.tools.dialogs - package com.jgcomptech.tools.dialogs
Contains JavaFX dialogs to use in your application.
com.jgcomptech.tools.enums - package com.jgcomptech.tools.enums
Contains enums and constants that are used throughout the library.
com.jgcomptech.tools.events - package com.jgcomptech.tools.events
Contains classes to manage the custom events.
com.jgcomptech.tools.tests - package com.jgcomptech.tools.tests
Contains test suites to ensure the library is working correctly
COMApplication - com.jgcomptech.tools.enums.WMIClasses.COM
 
COMApplicationClasses - com.jgcomptech.tools.enums.WMIClasses.COM
 
COMApplicationSettings - com.jgcomptech.tools.enums.WMIClasses.COM
 
COMClass - com.jgcomptech.tools.enums.WMIClasses.COM
 
ComClassAutoEmulator - com.jgcomptech.tools.enums.WMIClasses.COM
 
CommandInfo - Class in com.jgcomptech.tools
Allows you to run console commands and either run them elevated or not and return the result to a string.
CommandInfo.Output - Class in com.jgcomptech.tools
Output object that is returned after the command has completed.
CommandLineAccess - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
ComponentCategory - com.jgcomptech.tools.enums.WMIClasses.COM
 
ComputerInfo - Class in com.jgcomptech.tools
Returns Information about the current OS and Hardware on the current system.
ComputerInfo() - Constructor for class com.jgcomptech.tools.ComputerInfo
 
ComputerName() - Method in class com.jgcomptech.tools.OSInfo.OSObject
 
ComputerNameActive() - Static method in class com.jgcomptech.tools.OSInfo.Name
Returns the current computer name.
ComputerNamePending() - Static method in class com.jgcomptech.tools.OSInfo.Name
Returns the pending computer name that it will update to on reboot.
ComputerNamePending() - Method in class com.jgcomptech.tools.OSInfo.OSObject
 
ComputerSystem - com.jgcomptech.tools.enums.WMIClasses.OS
 
ComputerSystemProcessor - com.jgcomptech.tools.enums.WMIClasses.OS
 
ComputerSystemProduct - com.jgcomptech.tools.enums.WMIClasses.OS
 
ComputerSystemWindowsProductActivationSetting - com.jgcomptech.tools.enums.WMIClasses.Other
 
ComputeServer - com.jgcomptech.tools.enums.VERSuite
ComputeServer.
COMSetting - com.jgcomptech.tools.enums.WMIClasses.COM
 
ConcurrentAccessException - Exception in com.jgcomptech.tools.authc
Thrown when an authentication attempt has been received for an account that has already been authenticated (i.e.
ConcurrentAccessException() - Constructor for exception com.jgcomptech.tools.authc.ConcurrentAccessException
Creates a new ConcurrentAccessException.
ConcurrentAccessException(String) - Constructor for exception com.jgcomptech.tools.authc.ConcurrentAccessException
Constructs a new ConcurrentAccessException.
ConcurrentAccessException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.ConcurrentAccessException
Constructs a new ConcurrentAccessException.
ConcurrentAccessException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.ConcurrentAccessException
Constructs a new ConcurrentAccessException.
Condition - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
CONFIRMATION - com.jgcomptech.tools.dialogs.MessageBoxIcon
The CONFIRMATION alert type configures the MessageBox to appear in a way that suggests the content of the MessageBox is seeking confirmation from the user.
connect() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
Connects to the database and shows a retry dialog message box if the connection fails.
connect(boolean, boolean) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
Connects to the database and if parameter is true, shows a message box if the connection succeeds.
Connection() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
 
ConnectionShare - com.jgcomptech.tools.enums.WMIClasses.Shares
 
ConnectionStatus() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
 
consume() - Method in class com.jgcomptech.tools.events.Event
Marks this Event as consumed.
ContentFilter_IndexingServiceFilter - com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
 
ContentIndex_IndexingService - com.jgcomptech.tools.enums.WMIClasses.Performance_FormattedData
 
CONTINUE - Static variable in class com.jgcomptech.tools.dialogs.DialogResult
The message box return value is CONTINUE (usually sent from a button labeled CONTINUE).
CONTINUE - Static variable in class com.jgcomptech.tools.dialogs.MessageBoxButtonType
 
ControllerHastHub - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
ConvertBytes(double) - Static method in class com.jgcomptech.tools.Misc
Returns the conversion from bytes to the correct version (1024 bytes = 1 KB).
convertFromByteArray(byte[]) - Static method in class com.jgcomptech.tools.StringUtils
Converts a byte array to an object.
convertFromByteString(String) - Static method in class com.jgcomptech.tools.StringUtils
Converts a Base64 byte string to an object.
convertMapToString(Map<String, String>) - Static method in class com.jgcomptech.tools.CollectionUtils
Converts a map into a delimited string value.
convertMapToString(Map<String, String>) - Static method in class com.jgcomptech.tools.StringUtils
Converts a map into a delimited string value.
convertStringToMap(String) - Static method in class com.jgcomptech.tools.CollectionUtils
Converts a delimited string value into a map.
convertStringToMap(String) - Static method in class com.jgcomptech.tools.StringUtils
Converts a delimited string value into a map.
convertToByteString(Object) - Static method in class com.jgcomptech.tools.StringUtils
Converts an object to a Base64 byte string to use for socket communication.
copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.ActionEvent
 
copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.Event
Creates and returns a copy of this event with the specified event source and target.
copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.PermissionEvent
 
copyFor(Object, EventTarget<? extends Event>) - Method in class com.jgcomptech.tools.events.SessionEvent
Creates and returns a copy of this event with the specified event source and target.
copyToNewParent(String) - Method in class com.jgcomptech.tools.authz.Permission
Attempts to inclusively copy a permission to another parent.
Cores() - Static method in class com.jgcomptech.tools.HWInfo.Processor
Returns the number of cores available on the system processor.
Cores() - Method in class com.jgcomptech.tools.HWInfo.ProcessorObject
 
Create - com.jgcomptech.tools.authz.PermissionManager.SystemPermissions
 
CREATE - com.jgcomptech.tools.databasetools.jdbc.TypedStatement.Type
 
CREATE(String, Database) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.TableBuilder
Generates sql code for creation of a table.
CREATE(String, String, Database) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.IndexBuilder
Generates sql code for creation of a table index.
CREATE_UNIQUE(String, String, Database) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.IndexBuilder
Generates sql code for creation of a table unique index.
createBCryptHash(String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a BCrypt Hash.
createBCryptSaltString(int) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a BCrypt salt to use for hashing.
CreateFolderAction - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
createHash(String, byte[]) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a SHA512 Hash.
createHash(String, String) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a SHA512 Hash.
createIndex(String, String, boolean) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Checks to see if a table index exists and if not, creates it using the specified sql code.
createRole(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Creates a new role and adds it to the list.
createSaltByte(int) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a Secure Random salt to use for hashing.
createSaltString(int) - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a Secure Random salt to use for hashing.
createSecureRandom() - Static method in class com.jgcomptech.tools.SecurityTools.PasswordHashes
Creates a Secure Random number.
createSubType(String) - Method in class com.jgcomptech.tools.events.EventType
 
createTable() - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Settings
Creates a Settings table in the specified database.
createTable(String, String, boolean) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Checks to see if a table exists and if not, creates it using the specified sql code.
createUser(String, String, UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authc.AuthManager
Creates a new user in the database using BCrypt password hashing.
createUser(String, String, UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authc.UserManager
Creates a new user in the database using BCrypt password hashing.
createUser(String, String, String) - Method in class com.jgcomptech.tools.authc.AuthManager
Creates a new user in the database using BCrypt password hashing.
createUser(String, String, String) - Method in class com.jgcomptech.tools.authc.UserManager
Creates a new user in the database using BCrypt password hashing.
createUserRole() - Method in class com.jgcomptech.tools.authc.UserRoleManagerTest
 
createUserRole(String) - Method in class com.jgcomptech.tools.authc.UserRoleManager
Creates a new role and adds it to the list.
CredentialsException - Exception in com.jgcomptech.tools.authc
Exception thrown due to a problem with the credential(s) submitted for an account during the authentication process.
CredentialsException() - Constructor for exception com.jgcomptech.tools.authc.CredentialsException
Creates a new CredentialsException.
CredentialsException(String) - Constructor for exception com.jgcomptech.tools.authc.CredentialsException
Constructs a new CredentialsException.
CredentialsException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.CredentialsException
Constructs a new CredentialsException.
CredentialsException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.CredentialsException
Constructs a new CredentialsException.
cubed(int) - Static method in class com.jgcomptech.tools.NumberUtils
Cubes the specified number.
CURRENT_CONFIG - com.jgcomptech.tools.RegistryInfo.HKEY
 
CURRENT_USER - com.jgcomptech.tools.RegistryInfo.HKEY
 
CurrentDomainName() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
Returns the network domain name associated with the current user.
CurrentMachineName() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
Returns the current host name for the system.
CurrentProbe - com.jgcomptech.tools.enums.WMIClasses.Hardware
 
CurrentTime - com.jgcomptech.tools.enums.WMIClasses.Other
 
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