-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
None
With JDK-8047789, invoke(String methodName) calls the method statically and the implementation has conditional code depending on which of the four methods. It seems we can do some refactoring to define 4 different methods for example:
571 invokePriv(LOGIN_METHOD) -> invokeLoginMethod
571 invokePriv(LOGIN_METHOD) -> invokeLoginMethod
- relates to
-
JDK-8047789 auth.login.LoginContext needs to be updated to work with modules
-
- Closed
-