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

E

Edit - com.jgcomptech.tools.authz.PermissionManager.SystemPermissions
 
EDITOR - com.jgcomptech.tools.authc.UserRoleManager.SystemUserRoles
Has Edit, Create and Read Permissions.
EmailValidator - Class in com.jgcomptech.tools
An email address represents the textual string of an RFC 2822 email address and other corresponding information of interest.
EmbeddedNT - com.jgcomptech.tools.enums.VERSuite
EmbeddedNT.
enable() - Method in class com.jgcomptech.tools.authc.UserRole
Enables the user role.
enable() - Method in class com.jgcomptech.tools.authz.Permission
Enables the permission and all child permissions.
enableDebugLogging() - Method in class com.jgcomptech.tools.authc.AuthManager
Enables basic event handlers with System.Out logging for all session and permission events.
enableDebugLogging() - Method in class com.jgcomptech.tools.authc.SessionManager
Enables basic event handlers with System.Out logging for all events.
enableDebugLogging() - Method in class com.jgcomptech.tools.authz.Permission
Enables basic event handlers with System.Out logging for all events.
enableDebugLogging() - Method in class com.jgcomptech.tools.authz.PermissionManager
Enables basic event handlers with System.Out logging for all events.
enableDefaultErrorMessages() - Method in class com.jgcomptech.tools.authc.SessionManager
Enables basic default error messages to be used for the login dialog.
enabledProperty() - Method in class com.jgcomptech.tools.authz.Permission
 
enablePermission(String) - Method in class com.jgcomptech.tools.authz.PermissionManager
Enables the specified permission and all its children.
encrypt(PublicKey, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Encrypts specified text with public key.
encryptToString(PublicKey, String) - Static method in class com.jgcomptech.tools.SecurityTools.RSAHashes
Encrypts specified text with public key.
endsWithIgnoreCase(String, String) - Static method in class com.jgcomptech.tools.StringUtils
Checks if a string ends with a given suffix.
ensureEndsWith(String, String, Boolean) - Static method in class com.jgcomptech.tools.StringUtils
Ensures that a string ends with a given suffix.
ensureStartsWith(String, String, Boolean) - Static method in class com.jgcomptech.tools.StringUtils
Ensures that a string starts with a given prefix.
Enterprise - com.jgcomptech.tools.enums.ProductEdition
Enterprise.
Enterprise - com.jgcomptech.tools.enums.VERSuite
Enterprise.
EnterpriseE - com.jgcomptech.tools.enums.ProductEdition
EnterpriseE.
EnterpriseN - com.jgcomptech.tools.enums.ProductEdition
EnterpriseN.
EnterpriseServer - com.jgcomptech.tools.enums.ProductEdition
EnterpriseServer.
EnterpriseServerCore - com.jgcomptech.tools.enums.ProductEdition
EnterpriseServerCore.
EnterpriseServerCoreV - com.jgcomptech.tools.enums.ProductEdition
EnterpriseServerCoreV.
EnterpriseServerIA64 - com.jgcomptech.tools.enums.ProductEdition
EnterpriseServerIA64.
EnterpriseServerV - com.jgcomptech.tools.enums.ProductEdition
EnterpriseServerV.
Enum() - Static method in class com.jgcomptech.tools.OSInfo.Name
Returns the name of the operating system running on this Computer.
Enum() - Static method in class com.jgcomptech.tools.OSInfo.Windows.Name
Returns the OS name.
ENUM - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
Environment - com.jgcomptech.tools.enums.WMIClasses.Other
 
EnvironmentSpecification - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
equals(Object) - Method in class com.jgcomptech.tools.authc.AuthManager
 
equals(Object) - Method in class com.jgcomptech.tools.authc.LoginErrorMessages
 
equals(Object) - Method in class com.jgcomptech.tools.authc.Session
 
equals(Object) - Method in class com.jgcomptech.tools.authc.SimpleAuthenticationInfo
 
equals(Object) - Method in class com.jgcomptech.tools.authc.UserRole.Builder
 
equals(Object) - Method in class com.jgcomptech.tools.authc.UserRole
 
equals(Object) - Method in class com.jgcomptech.tools.authz.Permission
 
equals(Object) - Method in class com.jgcomptech.tools.authz.SimpleAuthorizationInfo
 
equals(Object) - Method in class com.jgcomptech.tools.CommandInfo.Output
 
equals(Object) - Method in class com.jgcomptech.tools.ComputerInfo
 
equals(Object) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Connection
 
equals(Object) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database
 
equals(Object) - Method in class com.jgcomptech.tools.databasetools.jdbc.DatabaseConnectionInfo
 
equals(Object) - Method in class com.jgcomptech.tools.dialogs.DialogResult
 
equals(Object) - Method in class com.jgcomptech.tools.dialogs.FXMLDialogWrapper
 
equals(Object) - Method in class com.jgcomptech.tools.events.Event
 
equals(Object) - Method in class com.jgcomptech.tools.events.EventTarget
 
ERROR - com.jgcomptech.tools.dialogs.MessageBoxIcon
The ERROR alert type configures the MessageBox to appear in a way that suggests that something has gone wrong.
Event - Class in com.jgcomptech.tools.events
Base class for custom events.
Event(EventTarget<? extends Event>) - Constructor for class com.jgcomptech.tools.events.Event
Construct a new Event with the specified event target.
Event(EventTarget<? extends Event>, EventType<? extends Event>) - Constructor for class com.jgcomptech.tools.events.Event
Construct a new Event with the specified event target and type.
Event(EventTarget<? extends Event>, EventType<? extends Event>, List<Object>) - Constructor for class com.jgcomptech.tools.events.Event
Construct a new Event with the specified event target, type and args.
EventHandler<T extends Event> - Interface in com.jgcomptech.tools.events
Handler for events of a specific class / type.
EventListeners() - Constructor for class com.jgcomptech.tools.authc.SessionManager.EventListeners
 
EventManager - Class in com.jgcomptech.tools.events
Allows global event handler registration and forwards received events to the appropriate registered event handlers.
EventTarget<T extends Event> - Class in com.jgcomptech.tools.events
Allows object event handler registration and forwards received events to the appropriate registered event handlers.
EventTarget() - Constructor for class com.jgcomptech.tools.events.EventTarget
 
EventType<T extends Event> - Class in com.jgcomptech.tools.events
This class represents a specific event type associated with an Event.
EventType(EventType<? super T>) - Constructor for class com.jgcomptech.tools.events.EventType
Constructs a new EventType with the specified super type and the name set to null.
EventType(EventType<? super T>, String) - Constructor for class com.jgcomptech.tools.events.EventType
Constructs a new EventType with the specified super type and name.
EventType(String) - Constructor for class com.jgcomptech.tools.events.EventType
Constructs a new EventType with the specified name and the EventType.ROOT as its super type.
ExceptionUtils - Class in com.jgcomptech.tools
Contains methods for dealing with exceptions.
ExceptionUtils() - Constructor for class com.jgcomptech.tools.ExceptionUtils
 
ExcessiveAttemptsException - Exception in com.jgcomptech.tools.authc
Thrown when a system is configured to only allow a certain number of authentication attempts over a period of time and the current session has failed to authenticate successfully within that number.
ExcessiveAttemptsException() - Constructor for exception com.jgcomptech.tools.authc.ExcessiveAttemptsException
Creates a new ExcessiveAttemptsException.
ExcessiveAttemptsException(String) - Constructor for exception com.jgcomptech.tools.authc.ExcessiveAttemptsException
Constructs a new ExcessiveAttemptsException.
ExcessiveAttemptsException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.ExcessiveAttemptsException
Constructs a new ExcessiveAttemptsException.
ExcessiveAttemptsException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.ExcessiveAttemptsException
Constructs a new ExcessiveAttemptsException.
execute(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Executes the given SQL statement, which may return multiple results.
executeCreate() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Executes the statement and returns true if no errors occurred.
executeDemoQueries() - Static method in class com.jgcomptech.tools.OSInfo.Windows.WMI
 
executeInsert() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Executes the statement and returns the number of rows updated.
executeLargeUpdate() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Executes the statement and returns the the number of rows updated.
executeQuery() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Executes the statement and returns the result-set.
executeQuery(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Executes the given SQL statement, which returns a single ResultSet object, auto-closes statement object when ResultSet object is closed.
executeUpdate() - Method in class com.jgcomptech.tools.databasetools.jdbc.TypedStatement
Executes the statement and returns the number of rows updated.
executeUpdate(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Tasks
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
exists(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.Database.Settings
Checks if a setting exists in the settings table.
ExitCode - Variable in class com.jgcomptech.tools.CommandInfo.Output
Returns the exit code, returns 0 if no error occurred.
ExpiredCredentialsException - Exception in com.jgcomptech.tools.authc
Thrown during the authentication process when the system determines the submitted credential(s) has expired and will not allow login.
ExpiredCredentialsException() - Constructor for exception com.jgcomptech.tools.authc.ExpiredCredentialsException
Creates a new ExpiredCredentialsException.
ExpiredCredentialsException(String) - Constructor for exception com.jgcomptech.tools.authc.ExpiredCredentialsException
Constructs a new ExpiredCredentialsException.
ExpiredCredentialsException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.ExpiredCredentialsException
Constructs a new ExpiredCredentialsException.
ExpiredCredentialsException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.ExpiredCredentialsException
Constructs a new ExpiredCredentialsException.
ExtendedGrace - com.jgcomptech.tools.OSInfo.Windows.Activation.Status
 
ExtensionInfoAction - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
ExternalIPAddress() - Method in class com.jgcomptech.tools.HWInfo.NetworkObject
 
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