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
All Classes All Packages
All Classes All Packages
U
- Ultimate - com.jgcomptech.tools.enums.ProductEdition
- 
Ultimate.
- UltimateE - com.jgcomptech.tools.enums.ProductEdition
- 
UltimateE.
- UltimateN - com.jgcomptech.tools.enums.ProductEdition
- 
UltimateN.
- UnauthenticatedException - Exception in com.jgcomptech.tools.authc
- 
Exception thrown when attempting to execute an authorization action when a successful authentication hasn't yet occurred.
- UnauthenticatedException() - Constructor for exception com.jgcomptech.tools.authc.UnauthenticatedException
- 
Creates a new UnauthenticatedException.
- UnauthenticatedException(String) - Constructor for exception com.jgcomptech.tools.authc.UnauthenticatedException
- 
Constructs a new UnauthenticatedException.
- UnauthenticatedException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.UnauthenticatedException
- 
Constructs a new UnauthenticatedException.
- UnauthenticatedException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.UnauthenticatedException
- 
Constructs a new UnauthenticatedException.
- UnauthorizedException - Exception in com.jgcomptech.tools.authz
- 
Thrown to indicate a requested operation or access to a requested resource is not allowed.
- UnauthorizedException() - Constructor for exception com.jgcomptech.tools.authz.UnauthorizedException
- 
Creates a new UnauthorizedException.
- UnauthorizedException(String) - Constructor for exception com.jgcomptech.tools.authz.UnauthorizedException
- 
Constructs a new UnauthorizedException.
- UnauthorizedException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authz.UnauthorizedException
- 
Constructs a new UnauthorizedException.
- UnauthorizedException(Throwable) - Constructor for exception com.jgcomptech.tools.authz.UnauthorizedException
- 
Constructs a new UnauthorizedException.
- Undefined - com.jgcomptech.tools.enums.ProductEdition
- 
Undefined.
- UninterruptiblePowerSupply - com.jgcomptech.tools.enums.WMIClasses.Unknown
- unique() - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.ColumnBuilder
- 
Sets the UNIQUE constraint on the column.
- Unknown - com.jgcomptech.tools.enums.OSList
- 
Unknown OS.
- Unknown - com.jgcomptech.tools.enums.ProductType
- 
Unknown OS.
- Unknown - com.jgcomptech.tools.enums.VERSuite
- Unknown - com.jgcomptech.tools.OSInfo.Windows.Activation.Status
- UnknownAccountException - Exception in com.jgcomptech.tools.authc
- 
Thrown when attempting to authenticate with a principal that doesn't exist in the system (e.g.
- UnknownAccountException() - Constructor for exception com.jgcomptech.tools.authc.UnknownAccountException
- 
Creates a new UnknownAccountException.
- UnknownAccountException(String) - Constructor for exception com.jgcomptech.tools.authc.UnknownAccountException
- 
Constructs a new UnknownAccountException.
- UnknownAccountException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.UnknownAccountException
- 
Constructs a new UnknownAccountException.
- UnknownAccountException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.UnknownAccountException
- 
Constructs a new UnknownAccountException.
- Unlicensed - com.jgcomptech.tools.OSInfo.Windows.Activation.Status
- unlockUser() - Method in class com.jgcomptech.tools.authc.Subject
- 
Unlocks the user allowing use in login.
- unlockUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
- 
Unlocks the specified user allowing use in login.
- unquoteString(String) - Static method in class com.jgcomptech.tools.StringUtils
- 
Removes quotes from a string.
- UPDATE - com.jgcomptech.tools.databasetools.jdbc.TypedStatement.Type
- UPDATE(String) - Method in class com.jgcomptech.tools.databasetools.jdbc.builders.UpdateBuilder
- 
Generates sql code to update a row in a table.
- UpdateBuilder - Class in com.jgcomptech.tools.databasetools.jdbc.builders
- 
A builder class for creating an UPDATE sql statement to update a row in a table.
- UpdateBuilder() - Constructor for class com.jgcomptech.tools.databasetools.jdbc.builders.UpdateBuilder
- uppercaseFirst(String) - Static method in class com.jgcomptech.tools.StringUtils
- 
Returns string with first char uppercase.
- USBController - com.jgcomptech.tools.enums.WMIClasses.Hardware
- USBControllerDevice - com.jgcomptech.tools.enums.WMIClasses.Hardware
- USBHub - com.jgcomptech.tools.enums.WMIClasses.Hardware
- UserAccount - Class in com.jgcomptech.tools.authc
- 
An object representing a user account.
- UserAccount - com.jgcomptech.tools.enums.WMIClasses.Users
- UserAccount(String, LocalDateTime, boolean, boolean, LocalDateTime) - Constructor for class com.jgcomptech.tools.authc.UserAccount
- 
Maps a user in the database to a object.
- UserAccount(String, LocalDateTime, boolean, boolean, LocalDateTime, Set<String>) - Constructor for class com.jgcomptech.tools.authc.UserAccount
- 
Maps a user in the database to a object.
- UserDesktop - com.jgcomptech.tools.enums.WMIClasses.Other
- userExists(String) - Method in class com.jgcomptech.tools.authc.AuthManager
- 
Checks if the specified username exists in the database.
- userExists(String) - Method in class com.jgcomptech.tools.authc.UserManager
- 
Checks if the specified username exists in the database.
- userHasPermission(String, String) - Method in class com.jgcomptech.tools.authc.AuthManager
- 
Checks if the specified username has the specified permission.
- userHasPermissions(String, String...) - Method in class com.jgcomptech.tools.authc.AuthManager
- 
Checks if the specified username has ALL the specified permissions.
- userHasPermissions(String, HashSet<String>) - Method in class com.jgcomptech.tools.authc.AuthManager
- 
Checks if the specified username has ALL the specified permissions.
- UserInDomain - com.jgcomptech.tools.enums.WMIClasses.Users
- UserManager - Class in com.jgcomptech.tools.authc
- 
Manages all user accounts in the database.
- UserManager(Database) - Constructor for class com.jgcomptech.tools.authc.UserManager
- 
Creates a new instance of the User Manager.
- UserManager(Database, String) - Constructor for class com.jgcomptech.tools.authc.UserManager
- 
Creates a new instance of the User Manager.
- UserManager(Database, String, String) - Constructor for class com.jgcomptech.tools.authc.UserManager
- 
Creates a new instance of the User Manager.
- UserManagerException - Exception in com.jgcomptech.tools.authc
- 
Thrown to indicate that a user manager checked exception was thrown, usually a SQLException.
- UserManagerException() - Constructor for exception com.jgcomptech.tools.authc.UserManagerException
- 
Creates a new UserManagerException.
- UserManagerException(String) - Constructor for exception com.jgcomptech.tools.authc.UserManagerException
- 
Constructs a new UserManagerException.
- UserManagerException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.UserManagerException
- 
Constructs a new UserManagerException.
- UserManagerException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.UserManagerException
- 
Constructs a new UserManagerException.
- UserManagerTest - Class in com.jgcomptech.tools.authc
- UserManagerTest() - Constructor for class com.jgcomptech.tools.authc.UserManagerTest
- UsernamePasswordToken - Class in com.jgcomptech.tools.authc
- 
A simple username/password authentication token to support the most widely-used authentication mechanism.
- UsernamePasswordToken() - Constructor for class com.jgcomptech.tools.authc.UsernamePasswordToken
- 
JavaBeans compatible no-arg constructor.
- UsernamePasswordToken(String, char[]) - Constructor for class com.jgcomptech.tools.authc.UsernamePasswordToken
- 
Constructs a new UsernamePasswordToken encapsulating the username and password submitted during an authentication attempt, with arememberMedefault offalse.
- UsernamePasswordToken(String, char[], boolean) - Constructor for class com.jgcomptech.tools.authc.UsernamePasswordToken
- 
Constructs a new UsernamePasswordToken encapsulating the username and password submitted, as well as if the user wishes their identity to be remembered across sessions.
- UsernamePasswordToken(String, String) - Constructor for class com.jgcomptech.tools.authc.UsernamePasswordToken
- 
Constructs a new UsernamePasswordToken encapsulating the username and password submitted during an authentication attempt, with arememberMedefault offalse
- UsernamePasswordToken(String, String, boolean) - Constructor for class com.jgcomptech.tools.authc.UsernamePasswordToken
- 
Constructs a new UsernamePasswordToken encapsulating the username and password submitted, as well as if the user wishes their identity to be remembered across sessions.
- UserRole - Class in com.jgcomptech.tools.authc
- 
An object representing a user account role.
- UserRole(String) - Constructor for class com.jgcomptech.tools.authc.UserRole
- UserRole.Builder - Class in com.jgcomptech.tools.authc
- 
A builder class to be used to modify UserRoles.
- UserRoleManager - Class in com.jgcomptech.tools.authc
- 
Manages all user account roles.
- UserRoleManager.SystemUserRoles - Enum in com.jgcomptech.tools.authc
- 
A List of the implemented system user roles.
- UserRoleManagerTest - Class in com.jgcomptech.tools.authc
- UserRoleManagerTest() - Constructor for class com.jgcomptech.tools.authc.UserRoleManagerTest
- UserRoleTest - Class in com.jgcomptech.tools.authc
- UserRoleTest() - Constructor for class com.jgcomptech.tools.authc.UserRoleTest
- USERS - com.jgcomptech.tools.RegistryInfo.HKEY
- UTCTime - com.jgcomptech.tools.enums.WMIClasses.Other
All Classes All Packages