Uses of Class
hudson.security.ACLContext
-
Uses of ACLContext in hudson.security
Modifier 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)