Uses of Interface
org.acegisecurity.context.SecurityContext
-
Packages that use SecurityContext Package Description hudson.security Security-related code.org.acegisecurity.context -
-
Uses of SecurityContext in hudson.security
Methods in hudson.security that return SecurityContext Modifier and Type Method Description SecurityContext
ACLContext. getPreviousContext()
Deprecated.static SecurityContext
ACL. impersonate(Authentication auth)
Deprecated. -
Uses of SecurityContext in org.acegisecurity.context
Classes in org.acegisecurity.context that implement SecurityContext Modifier and Type Class Description class
SecurityContextImpl
Deprecated.useSecurityContextImpl
Methods in org.acegisecurity.context that return SecurityContext Modifier and Type Method Description static SecurityContext
SecurityContext. fromSpring(org.springframework.security.core.context.SecurityContext c)
Deprecated.static SecurityContext
SecurityContextHolder. getContext()
Deprecated.Methods in org.acegisecurity.context with parameters of type SecurityContext Modifier and Type Method Description static void
SecurityContextHolder. setContext(SecurityContext c)
Deprecated.
-