Uses of Interface
org.acegisecurity.Authentication
-
Packages that use Authentication Package Description hudson.cli Server-side CLI commands for Hudson.hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.queue hudson.security Security-related code.jenkins.model jenkins.security org.acegisecurity Façade fororg.springframework.security
.org.acegisecurity.acls.sid org.acegisecurity.context org.acegisecurity.providers org.acegisecurity.providers.anonymous org.acegisecurity.providers.dao org.acegisecurity.ui.rememberme -
-
Uses of Authentication in hudson.cli
Methods in hudson.cli that return Authentication Modifier and Type Method Description Authentication
CLICommand. getTransportAuthentication()
Deprecated.Methods in hudson.cli with parameters of type Authentication Modifier and Type Method Description void
CLICommand. setTransportAuth(Authentication transportAuth)
-
Uses of Authentication in hudson.model
Methods in hudson.model that return Authentication Modifier and Type Method Description Authentication
Queue.Item. authenticate()
Deprecated.default Authentication
Queue.Task. getDefaultAuthentication()
Deprecated.default Authentication
Queue.Task. getDefaultAuthentication(Queue.Item item)
Deprecated.Authentication
User. impersonate()
Deprecated.Methods in hudson.model with parameters of type Authentication Modifier and Type Method Description static List<TopLevelItemDescriptor>
Items. all(Authentication a, ItemGroup c)
Deprecated.static <T extends Item>
Iterable<T>Items. allItems(Authentication authentication, ItemGroup root, Class<T> type)
Deprecated.static <T extends Item>
Iterable<T>Items. allItems(Authentication authentication, ItemGroup root, Class<T> type, Predicate<T> pred)
Deprecated.static User
User. get(Authentication a)
Deprecated.Constructors in hudson.model with parameters of type Authentication Constructor Description HudsonDowngradeJob(UpdateSite site, Authentication auth)
Deprecated.HudsonUpgradeJob(UpdateSite site, Authentication auth)
Deprecated.InstallationJob(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth, boolean dynamicLoad)
PluginDowngradeJob(UpdateSite.Plugin plugin, UpdateSite site, Authentication auth)
-
Uses of Authentication in hudson.model.queue
Methods in hudson.model.queue that return Authentication Modifier and Type Method Description static Authentication
Tasks. getAuthenticationOf(Queue.Task t)
Deprecated.static Authentication
Tasks. getDefaultAuthenticationOf(Queue.Task t)
Deprecated.callQueue.Task.getDefaultAuthentication()
directlystatic Authentication
Tasks. getDefaultAuthenticationOf(Queue.Task t, Queue.Item item)
Deprecated.callQueue.Task.getDefaultAuthentication(Item)
directly -
Uses of Authentication in hudson.security
Fields in hudson.security declared as Authentication Modifier and Type Field Description Authentication
AccessDeniedException2. authentication
Deprecated.This object represents the user being authenticated.static Authentication
ACL. SYSTEM
Deprecated.useACL.SYSTEM2
Methods in hudson.security that return Authentication Modifier and Type Method Description abstract Authentication
CliAuthenticator. authenticate()
Deprecated.Methods in hudson.security with parameters of type Authentication Modifier and Type Method Description static ACLContext
ACL. as(Authentication auth)
Deprecated.protected String
SecurityRealm. getPostLogOutUrl(org.kohsuke.stapler.StaplerRequest req, Authentication auth)
boolean
ACL. hasCreatePermission(Authentication a, ItemGroup c, TopLevelItemDescriptor d)
boolean
ACL. hasCreatePermission(Authentication a, ViewGroup c, ViewDescriptor d)
default boolean
AccessControlled. hasPermission(Authentication a, Permission permission)
boolean
ACL. hasPermission(Authentication a, Permission permission)
static SecurityContext
ACL. impersonate(Authentication auth)
Deprecated.static <V,T extends Exception>
VACL. impersonate(Authentication auth, hudson.remoting.Callable<V,T> body)
Deprecated.static void
ACL. impersonate(Authentication auth, Runnable body)
Deprecated.static boolean
ACL. isAnonymous(Authentication authentication)
Method parameters in hudson.security with type arguments of type Authentication Modifier and Type Method Description static ACL
ACL. lambda(BiFunction<Authentication,Permission,Boolean> impl)
Constructors in hudson.security with parameters of type Authentication Constructor Description AccessDeniedException2(Throwable t, Authentication authentication, Permission permission)
Deprecated.AccessDeniedException2(Authentication authentication, Permission permission)
Deprecated. -
Uses of Authentication in jenkins.model
Fields in jenkins.model declared as Authentication Modifier and Type Field Description static Authentication
Jenkins. ANONYMOUS
Deprecated.Methods in jenkins.model that return Authentication Modifier and Type Method Description static Authentication
Jenkins. getAuthentication()
Deprecated. -
Uses of Authentication in jenkins.security
Methods in jenkins.security that return Authentication Modifier and Type Method Description Authentication
BasicHeaderAuthenticator. authenticate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String username, String password)
Authentication
QueueItemAuthenticator. authenticate(Queue.Item item)
Deprecated.Authentication
QueueItemAuthenticator. authenticate(Queue.Task task)
Deprecated.Constructors in jenkins.security with parameters of type Authentication Constructor Description ImpersonatingExecutorService(ExecutorService base, Authentication authentication)
Deprecated.ImpersonatingScheduledExecutorService(ScheduledExecutorService base, Authentication authentication)
-
Uses of Authentication in org.acegisecurity
Methods in org.acegisecurity that return Authentication Modifier and Type Method Description Authentication
AuthenticationManager. authenticate(Authentication authentication)
Deprecated.static Authentication
Authentication. fromSpring(org.springframework.security.core.Authentication a)
Deprecated.Authentication
AuthenticationException. getAuthentication()
Deprecated.Methods in org.acegisecurity with parameters of type Authentication Modifier and Type Method Description Authentication
AuthenticationManager. authenticate(Authentication authentication)
Deprecated.void
AuthenticationException. setAuthentication(Authentication authentication)
Deprecated. -
Uses of Authentication in org.acegisecurity.acls.sid
Constructors in org.acegisecurity.acls.sid with parameters of type Authentication Constructor Description PrincipalSid(Authentication a)
Deprecated. -
Uses of Authentication in org.acegisecurity.context
Methods in org.acegisecurity.context that return Authentication Modifier and Type Method Description Authentication
SecurityContext. getAuthentication()
Deprecated.Authentication
SecurityContextImpl. getAuthentication()
Deprecated.Methods in org.acegisecurity.context with parameters of type Authentication Modifier and Type Method Description void
SecurityContext. setAuthentication(Authentication a)
Deprecated.void
SecurityContextImpl. setAuthentication(Authentication authentication)
Deprecated. -
Uses of Authentication in org.acegisecurity.providers
Classes in org.acegisecurity.providers that implement Authentication Modifier and Type Class Description class
AbstractAuthenticationToken
Deprecated.useAbstractAuthenticationToken
class
UsernamePasswordAuthenticationToken
Deprecated.useUsernamePasswordAuthenticationToken
Methods in org.acegisecurity.providers that return Authentication Modifier and Type Method Description Authentication
AuthenticationProvider. authenticate(Authentication authentication)
Deprecated.Methods in org.acegisecurity.providers with parameters of type Authentication Modifier and Type Method Description Authentication
AuthenticationProvider. authenticate(Authentication authentication)
Deprecated. -
Uses of Authentication in org.acegisecurity.providers.anonymous
Classes in org.acegisecurity.providers.anonymous that implement Authentication Modifier and Type Class Description class
AnonymousAuthenticationToken
Deprecated.useAnonymousAuthenticationToken
-
Uses of Authentication in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao that return Authentication Modifier and Type Method Description Authentication
AbstractUserDetailsAuthenticationProvider. authenticate(Authentication authentication)
Deprecated.Methods in org.acegisecurity.providers.dao with parameters of type Authentication Modifier and Type Method Description Authentication
AbstractUserDetailsAuthenticationProvider. authenticate(Authentication authentication)
Deprecated. -
Uses of Authentication in org.acegisecurity.ui.rememberme
Methods in org.acegisecurity.ui.rememberme that return Authentication Modifier and Type Method Description Authentication
RememberMeServices. autoLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Deprecated.Methods in org.acegisecurity.ui.rememberme with parameters of type Authentication Modifier and Type Method Description void
RememberMeServices. loginSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Authentication successfulAuthentication)
Deprecated.
-