You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added UserManagerException
Added PasswordHashingFailedException
Added isAdminLoggedIn method
Added getAdminOverride and getUserVerification methods
Added requireAdmin and requireAndVerifyAdmin methods
Added isLoggedIn method
Fixed rare bugs with loginUser and logoutUser methods
Fixed exception that was thrown if user did not exist on login dialog
Limited number of SQLException and GeneralSecurityException checked exceptions
Changed Session Manager dialogs to use instance vars for parameters(old methods deprecated)
Signed-off-by: Joshua Gager <[email protected]>
Java Ultimate Tools is a large repository of scripts for use in any Java program. It contains the following:
4
4
- OSInfo - Contains many classes that return information about the current Windows installation. This includes Architecture, Edition, Name, Product Key, Service Pack, User Info and Version.
@@ -23,7 +23,7 @@ Want to contribute? Great!
23
23
Any help with development is greatly appreciated. If you want to add something or fix any issues please submit a pull request and if it is helpful it may be merged. Please check out our [Code of Conduct for Contributors](https://github.com/JGCompTech/JavaUltimateTools/blob/master/code-of-conduct.md).
<li><ahref="com/jgcomptech/tools/enums/OSList.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">OSList</a></li>
87
87
<li><ahref="com/jgcomptech/tools/enums/OSType.html" title="enum in com.jgcomptech.tools.enums" target="classFrame">OSType</a></li>
88
88
<li><ahref="com/jgcomptech/tools/enums/OtherConsts.html" title="class in com.jgcomptech.tools.enums" target="classFrame">OtherConsts</a></li>
89
+
<li><ahref="com/jgcomptech/tools/exceptions/PasswordHashingFailedException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">PasswordHashingFailedException</a></li>
89
90
<li><ahref="com/jgcomptech/tools/permissions/Permission.html" title="class in com.jgcomptech.tools.permissions" target="classFrame">Permission</a></li>
90
91
<li><ahref="com/jgcomptech/tools/events/PermissionEvent.html" title="class in com.jgcomptech.tools.events" target="classFrame">PermissionEvent</a></li>
91
92
<li><ahref="com/jgcomptech/tools/permissions/PermissionManager.html" title="class in com.jgcomptech.tools.permissions" target="classFrame">PermissionManager</a></li>
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/SQLBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">SQLBuilder</a></li>
109
110
<li><ahref="com/jgcomptech/tools/StringUtils.html" title="class in com.jgcomptech.tools" target="classFrame">StringUtils</a></li>
110
111
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TableBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TableBuilder</a></li>
111
-
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TableNotFoundException.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TableNotFoundException</a></li>
112
+
<li><ahref="com/jgcomptech/tools/exceptions/TableNotFoundException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">TableNotFoundException</a></li>
112
113
<li><ahref="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests" target="classFrame">Tests</a></li>
113
114
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TypedStatement</a></li>
114
115
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.Type.html" title="enum in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">TypedStatement.Type</a></li>
115
116
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/UpdateBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc" target="classFrame">UpdateBuilder</a></li>
116
117
<li><ahref="com/jgcomptech/tools/authenication/UserAccount.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserAccount</a></li>
117
118
<li><ahref="com/jgcomptech/tools/authenication/UserManager.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserManager</a></li>
119
+
<li><ahref="com/jgcomptech/tools/exceptions/UserManagerException.html" title="class in com.jgcomptech.tools.exceptions" target="classFrame">UserManagerException</a></li>
118
120
<li><ahref="com/jgcomptech/tools/authenication/UserRole.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserRole</a></li>
119
121
<li><ahref="com/jgcomptech/tools/authenication/UserRoleManager.html" title="class in com.jgcomptech.tools.authenication" target="classFrame">UserRoleManager</a></li>
120
122
<li><ahref="com/jgcomptech/tools/authenication/UserRoleManager.SystemUserRoles.html" title="enum in com.jgcomptech.tools.authenication" target="classFrame">UserRoleManager.SystemUserRoles</a></li>
<li><ahref="com/jgcomptech/tools/enums/OSList.html" title="enum in com.jgcomptech.tools.enums">OSList</a></li>
87
87
<li><ahref="com/jgcomptech/tools/enums/OSType.html" title="enum in com.jgcomptech.tools.enums">OSType</a></li>
88
88
<li><ahref="com/jgcomptech/tools/enums/OtherConsts.html" title="class in com.jgcomptech.tools.enums">OtherConsts</a></li>
89
+
<li><ahref="com/jgcomptech/tools/exceptions/PasswordHashingFailedException.html" title="class in com.jgcomptech.tools.exceptions">PasswordHashingFailedException</a></li>
89
90
<li><ahref="com/jgcomptech/tools/permissions/Permission.html" title="class in com.jgcomptech.tools.permissions">Permission</a></li>
90
91
<li><ahref="com/jgcomptech/tools/events/PermissionEvent.html" title="class in com.jgcomptech.tools.events">PermissionEvent</a></li>
91
92
<li><ahref="com/jgcomptech/tools/permissions/PermissionManager.html" title="class in com.jgcomptech.tools.permissions">PermissionManager</a></li>
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/SQLBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">SQLBuilder</a></li>
109
110
<li><ahref="com/jgcomptech/tools/StringUtils.html" title="class in com.jgcomptech.tools">StringUtils</a></li>
110
111
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TableBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TableBuilder</a></li>
111
-
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TableNotFoundException.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TableNotFoundException</a></li>
112
+
<li><ahref="com/jgcomptech/tools/exceptions/TableNotFoundException.html" title="class in com.jgcomptech.tools.exceptions">TableNotFoundException</a></li>
112
113
<li><ahref="com/jgcomptech/tools/tests/Tests.html" title="class in com.jgcomptech.tools.tests">Tests</a></li>
113
114
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.html" title="class in com.jgcomptech.tools.databasetools.jbdc">TypedStatement</a></li>
114
115
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/TypedStatement.Type.html" title="enum in com.jgcomptech.tools.databasetools.jbdc">TypedStatement.Type</a></li>
115
116
<li><ahref="com/jgcomptech/tools/databasetools/jbdc/UpdateBuilder.html" title="class in com.jgcomptech.tools.databasetools.jbdc">UpdateBuilder</a></li>
116
117
<li><ahref="com/jgcomptech/tools/authenication/UserAccount.html" title="class in com.jgcomptech.tools.authenication">UserAccount</a></li>
117
118
<li><ahref="com/jgcomptech/tools/authenication/UserManager.html" title="class in com.jgcomptech.tools.authenication">UserManager</a></li>
119
+
<li><ahref="com/jgcomptech/tools/exceptions/UserManagerException.html" title="class in com.jgcomptech.tools.exceptions">UserManagerException</a></li>
118
120
<li><ahref="com/jgcomptech/tools/authenication/UserRole.html" title="class in com.jgcomptech.tools.authenication">UserRole</a></li>
119
121
<li><ahref="com/jgcomptech/tools/authenication/UserRoleManager.html" title="class in com.jgcomptech.tools.authenication">UserRoleManager</a></li>
120
122
<li><ahref="com/jgcomptech/tools/authenication/UserRoleManager.SystemUserRoles.html" title="enum in com.jgcomptech.tools.authenication">UserRoleManager.SystemUserRoles</a></li>
0 commit comments