Package | Description |
---|---|
hudson.security |
Security-related code.
|
Modifier and Type | Method and Description |
---|---|
static ACLContext |
ACL.as(org.acegisecurity.Authentication auth)
Changes the
Authentication associated with the current thread to the specified one and returns an
AutoCloseable that restores the previous security context. |
static ACLContext |
ACL.as(User user)
Changes the
Authentication associated with the current thread to the specified one and returns an
AutoCloseable that restores the previous security context. |
Copyright © 2004–2017. All rights reserved.