Uses of Class
hudson.security.ACLContext
-
Packages that use ACLContext Package Description hudson.security Security-related code. -
-
Uses of ACLContext in hudson.security
Methods in hudson.security that return ACLContext Modifier and Type Method Description static ACLContext
ACL. as(User user)
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.
-