Why a Locked User Not Showing as Locked from WLST
(Doc ID 2740103.1)
Last updated on FEBRUARY 08, 2024
Applies to:
Oracle WebLogic Server - Version 10.3.6 and laterInformation in this document applies to any platform.
Goal
Why a user that is locked due to incorrect password attempts not showing as locked from following WLST commands:
1. connect('username', 'password', 't3://admin_host:admin_port')
2. serverRuntime()
3. cmo.getServerSecurityRuntime().getDefaultRealmRuntime().getUserLockoutManagerRuntime().isLockedOut('<username>')
The output of # 3 is '1' if the user is locked and '0' is the user is not locked.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |