Uses of Interface
org.acegisecurity.Authentication
Packages that use 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
Methods in hudson.cli that return AuthenticationMethods in hudson.cli with parameters of type Authentication -
Uses of Authentication in hudson.model
Methods in hudson.model that return AuthenticationModifier and TypeMethodDescriptionQueue.Item.authenticate()
Deprecated.default Authentication
Queue.Task.getDefaultAuthentication()
Deprecated.default Authentication
Queue.Task.getDefaultAuthentication
(Queue.Item item) Deprecated.User.impersonate()
Deprecated.Methods in hudson.model with parameters of type AuthenticationModifier 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.Constructors in hudson.model with parameters of type AuthenticationModifierConstructorDescriptionHudsonDowngradeJob
(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 AuthenticationModifier 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
Fields in hudson.security declared as AuthenticationModifier and TypeFieldDescriptionfinal Authentication
AccessDeniedException2.authentication
Deprecated.This object represents the user being authenticated.static final Authentication
ACL.SYSTEM
Deprecated.useACL.SYSTEM2
Methods in hudson.security that return AuthenticationModifier and TypeMethodDescriptionabstract Authentication
CliAuthenticator.authenticate()
Deprecated.Methods in hudson.security with parameters of type AuthenticationModifier 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) Method parameters in hudson.security with type arguments of type AuthenticationModifier and TypeMethodDescriptionstatic ACL
ACL.lambda
(BiFunction<Authentication, Permission, Boolean> impl) Constructors in hudson.security with parameters of type AuthenticationModifierConstructorDescriptionAccessDeniedException2
(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 AuthenticationMethods in jenkins.model that return Authentication -
Uses of Authentication in jenkins.security
Methods in jenkins.security that return AuthenticationModifier 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.Constructors in jenkins.security with parameters of type AuthenticationModifierConstructorDescriptionImpersonatingExecutorService
(ExecutorService base, Authentication authentication) Deprecated.ImpersonatingScheduledExecutorService
(ScheduledExecutorService base, Authentication authentication) -
Uses of Authentication in org.acegisecurity
Methods in org.acegisecurity that return AuthenticationModifier and TypeMethodDescriptionAuthenticationManager.authenticate
(Authentication authentication) Deprecated.static Authentication
Authentication.fromSpring
(org.springframework.security.core.Authentication a) Deprecated.AuthenticationException.getAuthentication()
Deprecated.Methods in org.acegisecurity with parameters of type AuthenticationModifier and TypeMethodDescriptionAuthenticationManager.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 AuthenticationModifierConstructorDescriptionDeprecated. -
Uses of Authentication in org.acegisecurity.context
Methods in org.acegisecurity.context that return AuthenticationModifier and TypeMethodDescriptionSecurityContext.FromSpring.getAuthentication()
SecurityContext.getAuthentication()
Deprecated.SecurityContextImpl.getAuthentication()
Deprecated.Methods in org.acegisecurity.context with parameters of type AuthenticationModifier 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
Classes in org.acegisecurity.providers that implement AuthenticationModifier and TypeClassDescriptionclass
Deprecated.useAbstractAuthenticationToken
class
Deprecated.useUsernamePasswordAuthenticationToken
Methods in org.acegisecurity.providers that return AuthenticationModifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated.Methods in org.acegisecurity.providers with parameters of type AuthenticationModifier and TypeMethodDescriptionAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.providers.anonymous
Classes in org.acegisecurity.providers.anonymous that implement AuthenticationModifier and TypeClassDescriptionclass
Deprecated.useAnonymousAuthenticationToken
-
Uses of Authentication in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao that return AuthenticationModifier and TypeMethodDescriptionAbstractUserDetailsAuthenticationProvider.authenticate
(Authentication authentication) Deprecated.Methods in org.acegisecurity.providers.dao with parameters of type AuthenticationModifier and TypeMethodDescriptionAbstractUserDetailsAuthenticationProvider.authenticate
(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.ui.rememberme
Methods in org.acegisecurity.ui.rememberme that return AuthenticationModifier and TypeMethodDescriptionRememberMeServices.autoLogin
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Deprecated.Methods in org.acegisecurity.ui.rememberme with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
RememberMeServices.loginSuccess
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Authentication successfulAuthentication) Deprecated.
CLICommand.getTransportAuthentication2()