Uses of Class
hudson.security.ACLContext
Packages that use ACLContext
-
Uses of ACLContext in hudson.security
Methods in hudson.security that return ACLContextModifier and TypeMethodDescriptionstatic ACLContext
Changes theAuthentication
associated with the current thread to the specified one and returns anAutoCloseable
that restores the previous security context.static ACLContext
ACL.as
(Authentication auth) Deprecated.static ACLContext
ACL.as2
(org.springframework.security.core.Authentication auth) Changes theAuthentication
associated with the current thread to the specified one and returns anAutoCloseable
that restores the previous security context.
ACL.as2(Authentication)