Uses of Interface
org.acegisecurity.Authentication
Package
Description
Server-side CLI commands for Hudson.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
Façade for
org.springframework.security
.-
Uses of Authentication in hudson.cli
-
Uses of Authentication in hudson.model
Modifier and TypeMethodDescriptionQueue.Item.authenticate()
Deprecated.default Authentication
Queue.Task.getDefaultAuthentication()
Deprecated.default Authentication
Queue.Task.getDefaultAuthentication
(Queue.Item item) Deprecated.User.impersonate()
Deprecated.Modifier and TypeMethodDescriptionstatic List<TopLevelItemDescriptor>
Items.all
(Authentication a, ItemGroup c) Deprecated.Items.allItems
(Authentication authentication, ItemGroup root, Class<T> type) Deprecated.Items.allItems
(Authentication authentication, ItemGroup root, Class<T> type, Predicate<T> pred) Deprecated.static User
User.get
(Authentication a) Deprecated.ModifierConstructorDescriptionHudsonDowngradeJob
(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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeFieldDescriptionfinal Authentication
AccessDeniedException2.authentication
Deprecated.This object represents the user being authenticated.static final Authentication
ACL.SYSTEM
Deprecated.useACL.SYSTEM2
Modifier and TypeMethodDescriptionabstract Authentication
CliAuthenticator.authenticate()
Deprecated.Modifier and TypeMethodDescriptionstatic 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) Modifier and TypeMethodDescriptionstatic ACL
ACL.lambda
(BiFunction<Authentication, Permission, Boolean> impl) ModifierConstructorDescriptionAccessDeniedException2
(Throwable t, Authentication authentication, Permission permission) Deprecated.AccessDeniedException2
(Authentication authentication, Permission permission) Deprecated. -
Uses of Authentication in jenkins.model
-
Uses of Authentication in jenkins.security
Modifier and TypeMethodDescriptionBasicHeaderAuthenticator.authenticate
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse rsp, String username, String password) QueueItemAuthenticator.authenticate
(Queue.Item item) Deprecated.QueueItemAuthenticator.authenticate
(Queue.Task task) Deprecated.ModifierConstructorDescriptionImpersonatingExecutorService
(ExecutorService base, Authentication authentication) Deprecated.ImpersonatingScheduledExecutorService
(ScheduledExecutorService base, Authentication authentication) -
Uses of Authentication in org.acegisecurity
Modifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Authentication authentication) Deprecated.static Authentication
Authentication.fromSpring
(org.springframework.security.core.Authentication a) Deprecated.AuthenticationException.getAuthentication()
Deprecated.Modifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Authentication authentication) Deprecated.void
AuthenticationException.setAuthentication
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.acls.sid
ModifierConstructorDescriptionDeprecated. -
Uses of Authentication in org.acegisecurity.context
Modifier and TypeMethodDescriptionSecurityContext.FromSpring.getAuthentication()
SecurityContext.getAuthentication()
Deprecated.SecurityContextImpl.getAuthentication()
Deprecated.Modifier and TypeMethodDescriptionvoid
SecurityContext.FromSpring.setAuthentication
(Authentication a) void
SecurityContext.setAuthentication
(Authentication a) Deprecated.void
SecurityContextImpl.setAuthentication
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.providers
Modifier and TypeClassDescriptionclass
Deprecated.useAbstractAuthenticationToken
class
Deprecated.useUsernamePasswordAuthenticationToken
Modifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated.Modifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.providers.anonymous
Modifier and TypeClassDescriptionclass
Deprecated.useAnonymousAuthenticationToken
-
Uses of Authentication in org.acegisecurity.providers.dao
Modifier and TypeMethodDescriptionAbstractUserDetailsAuthenticationProvider.authenticate
(Authentication authentication) Deprecated.Modifier and TypeMethodDescriptionAbstractUserDetailsAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.ui.rememberme
Modifier and TypeMethodDescriptionRememberMeServices.autoLogin
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Deprecated.Modifier and TypeMethodDescriptionvoid
RememberMeServices.loginSuccess
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Authentication successfulAuthentication) Deprecated.
CLICommand.getTransportAuthentication2()