Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create AS400.newInstance() methods. Make SecureAS400 skinny as possible. #169

Merged
merged 28 commits into from
Mar 29, 2024
Merged

Create AS400.newInstance() methods. Make SecureAS400 skinny as possible. #169

merged 28 commits into from
Mar 29, 2024

Conversation

nadiramra
Copy link
Member

Goal is to do everything from AS400 instance.

Add AS400.newInstance() methods.

Simplified SecureAS00 class by moving SecureAS400 methods to AS400 object. Unfortunately, cannot get rid of static classes. Further simplification in AS400 class by removing unnecessary duplicate logic.

MFA: Added instance method to determine if MFA is supported.

Security: When clearing out password buffers, check reference is null.

Minor formatting: removed tabs in updated files.

nadiramra and others added 23 commits March 22, 2024 03:30
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: nadir amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
Signed-off-by: Nadir K Amra <[email protected]>
@ThePrez ThePrez merged commit 7af50c6 into IBM:main Mar 29, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants