-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.0
-
generic
-
generic, solaris_7
certain LoginModules may want to enforce security checks
and restrict certain actions depending on the caller.
however, since LoginContext invokes each LoginModule
inside a doPrivileged block, the caller is truncated from
the current ACC.
the LoginContext should store the current ACC in the
LoginModule sharedState variable. therefore, modules
will be able to retrieve the current ACC if necessary.
and restrict certain actions depending on the caller.
however, since LoginContext invokes each LoginModule
inside a doPrivileged block, the caller is truncated from
the current ACC.
the LoginContext should store the current ACC in the
LoginModule sharedState variable. therefore, modules
will be able to retrieve the current ACC if necessary.
- duplicates
-
JDK-4389130 LoginContext should pass caller's accesscontrolcontext to the modules
-
- Closed
-
- relates to
-
JDK-4389508 createLoginContext AuthPermission should take config name into consideration
-
- Closed
-