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

L

lastChar(String) - Static method in class com.jgcomptech.tools.StringUtils
Returns last character in a string or empty string if input is empty.
lastChars(String, int) - Static method in class com.jgcomptech.tools.StringUtils
Returns last number of characters in a string or empty string if input is empty.
LaunchCondition - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
leftOf(String, char) - Static method in class com.jgcomptech.tools.StringUtils
Returns the first part of the string, up until the character c.
Licensed - com.jgcomptech.tools.OSInfo.Windows.Activation.Status
 
Linux - com.jgcomptech.tools.enums.OSList
Linux.
Linux - com.jgcomptech.tools.enums.OSType
 
LoadOrderGroup - com.jgcomptech.tools.enums.WMIClasses.OS
 
LoadOrderGroupServiceDependencies - com.jgcomptech.tools.enums.WMIClasses.OS
 
LoadOrderGroupServiceMembers - com.jgcomptech.tools.enums.WMIClasses.OS
 
loadPermissions(boolean) - Method in class com.jgcomptech.tools.authz.PermissionManager
Sets all permissions, if enableAll is true, all are enabled and false all are disabled.
loadPermissions(UserRole) - Method in class com.jgcomptech.tools.authz.PermissionManager
Sets the correct permissions according to the specified user role.
loadPermissions(UserRoleManager.SystemUserRoles) - Method in class com.jgcomptech.tools.authz.PermissionManager
Sets the correct permissions according to the specified user role.
LOCAL_MACHINE - com.jgcomptech.tools.RegistryInfo.HKEY
 
LocalTime - com.jgcomptech.tools.enums.WMIClasses.Other
 
LockedAccountException - Exception in com.jgcomptech.tools.authc
A special kind of DisabledAccountException, this exception is thrown when attempting to authenticate and the corresponding account has been disabled explicitly due to being locked.
LockedAccountException() - Constructor for exception com.jgcomptech.tools.authc.LockedAccountException
Creates a new LockedAccountException.
LockedAccountException(String) - Constructor for exception com.jgcomptech.tools.authc.LockedAccountException
Constructs a new LockedAccountException.
LockedAccountException(String, Throwable) - Constructor for exception com.jgcomptech.tools.authc.LockedAccountException
Constructs a new LockedAccountException.
LockedAccountException(Throwable) - Constructor for exception com.jgcomptech.tools.authc.LockedAccountException
Constructs a new LockedAccountException.
lockUser() - Method in class com.jgcomptech.tools.authc.Subject
Locks the user preventing use in login.
lockUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Locks the specified user preventing use in login.
LoggedInUserName() - Method in class com.jgcomptech.tools.OSInfo.OSObject
 
LoggedInUserName() - Static method in class com.jgcomptech.tools.OSInfo.Windows.UserInfo
Returns the user name of the person who is currently logged on to the Windows operating system.
LoggedOnUser - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
LogicalDisk - com.jgcomptech.tools.enums.WMIClasses.File_System
 
LogicalDisk - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalDiskRootDirectory - com.jgcomptech.tools.enums.WMIClasses.File_System
 
LogicalDiskRootDirectory - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalDiskToPartition - com.jgcomptech.tools.enums.WMIClasses.File_System
 
LogicalDiskToPartition - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalFileAccess - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalFileAuditing - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalFileGroup - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalFileOwner - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalFileSecuritySetting - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalMemoryConfiguration - com.jgcomptech.tools.enums.WMIClasses.Unknown
 
LogicalProgramGroup - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalProgramGroupDirectory - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalProgramGroupItem - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalProgramGroupItemDataFile - com.jgcomptech.tools.enums.WMIClasses.Other
 
LogicalShareAccess - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalShareAuditing - com.jgcomptech.tools.enums.WMIClasses.Security
 
LogicalShareSecuritySetting - com.jgcomptech.tools.enums.WMIClasses.Security
 
login() - Method in class com.jgcomptech.tools.authc.Subject
Attempts to login the specified user account from the previously saved token under the single-session context.
login(boolean) - Method in class com.jgcomptech.tools.authc.Subject
Attempts to login the specified user account from the previously saved token under the single-session context.
login(UsernamePasswordToken) - Method in class com.jgcomptech.tools.authc.Subject
Attempts to login the specified user account from the specified token under the single-session context.
login(UsernamePasswordToken, boolean) - Method in class com.jgcomptech.tools.authc.Subject
Attempts to login the specified user account from the specified token.
LoginDialog - Class in com.jgcomptech.tools.dialogs
Creates a Login Dialog for use to authenticate passwords.
LoginDialog(String, boolean) - Constructor for class com.jgcomptech.tools.dialogs.LoginDialog
 
LoginErrorMessages - Class in com.jgcomptech.tools.authc
An object containing all login error messages for the login dialog.
LoginErrorMessages() - Constructor for class com.jgcomptech.tools.authc.LoginErrorMessages
 
loginUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Logs in a user under the single session context with the specified username, no password checking is used.
loginUser(String) - Method in class com.jgcomptech.tools.authc.SessionManager
Logs in a user under the single session context with the specified username, no password checking is used.
loginUser(String, boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Logs in a user, under the specified context, with the specified username, no password checking is used.
loginUser(String, boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Logs in a user, under the specified context, with the specified username, no password checking is used.
LogonSession - com.jgcomptech.tools.enums.WMIClasses.Users
 
LogonSessionMappedDisk - com.jgcomptech.tools.enums.WMIClasses.Users
 
logout() - Method in class com.jgcomptech.tools.authc.Subject
Attempts to logout the currently logged in user under the single-session context.
logout(boolean) - Method in class com.jgcomptech.tools.authc.Subject
Attempts to logout the currently logged in user.
logoutUser() - Method in class com.jgcomptech.tools.authc.AuthManager
Logs out the currently logged in user from the single session context and clears any set permissions.
logoutUser() - Method in class com.jgcomptech.tools.authc.SessionManager
Logs out the currently logged in user from the single session context and clears any set permissions.
logoutUser(String) - Method in class com.jgcomptech.tools.authc.AuthManager
Logs out the specified user from the single session context and clears any set permissions.
logoutUser(String) - Method in class com.jgcomptech.tools.authc.SessionManager
Logs out the specified user from the single session context and clears any set permissions.
logoutUser(String, boolean) - Method in class com.jgcomptech.tools.authc.AuthManager
Logs out the specified user, under the specified context, and, if in single session context, clears any set permissions.
logoutUser(String, boolean) - Method in class com.jgcomptech.tools.authc.SessionManager
Logs out the specified user, under the specified context, and, if in single session context, clears any set permissions.
LONGBLOB - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
LONGTEXT - com.jgcomptech.tools.databasetools.jdbc.DataTypes
 
lowercaseFirst(String) - Static method in class com.jgcomptech.tools.StringUtils
Returns string with first char lowercase.
LUID - com.jgcomptech.tools.enums.WMIClasses.Other
 
LUIDandAttributes - 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