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 AuthenticationQueue.Task.getDefaultAuthentication()Deprecated.default AuthenticationQueue.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 UserUser.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 AuthenticationTasks.getAuthenticationOf(Queue.Task t) Deprecated.static AuthenticationTasks.getDefaultAuthenticationOf(Queue.Task t) Deprecated.callQueue.Task.getDefaultAuthentication()directlystatic AuthenticationTasks.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 AuthenticationAccessDeniedException2.authenticationDeprecated.This object represents the user being authenticated.static final AuthenticationACL.SYSTEMDeprecated.useACL.SYSTEM2Methods in hudson.security that return AuthenticationModifier and TypeMethodDescriptionabstract AuthenticationCliAuthenticator.authenticate()Deprecated.Methods in hudson.security with parameters of type AuthenticationModifier and TypeMethodDescriptionstatic ACLContextACL.as(Authentication auth) Deprecated.protected StringSecurityRealm.getPostLogOutUrl(org.kohsuke.stapler.StaplerRequest req, Authentication auth) booleanACL.hasCreatePermission(Authentication a, ItemGroup c, TopLevelItemDescriptor d) booleanACL.hasCreatePermission(Authentication a, ViewGroup c, ViewDescriptor d) default booleanAccessControlled.hasPermission(Authentication a, Permission permission) booleanACL.hasPermission(Authentication a, Permission permission) static SecurityContextACL.impersonate(Authentication auth) Deprecated.static <V,T extends Exception>
VACL.impersonate(Authentication auth, hudson.remoting.Callable<V, T> body) Deprecated.use try with resources andACL.as2(Authentication)static voidACL.impersonate(Authentication auth, Runnable body) Deprecated.static booleanACL.isAnonymous(Authentication authentication) Method parameters in hudson.security with type arguments of type AuthenticationModifier and TypeMethodDescriptionstatic ACLACL.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 AuthenticationAuthentication.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.voidAuthenticationException.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 TypeMethodDescriptionvoidSecurityContext.FromSpring.setAuthentication(Authentication a) voidSecurityContext.setAuthentication(Authentication a) Deprecated.voidSecurityContextImpl.setAuthentication(Authentication authentication) Deprecated. -
Uses of Authentication in org.acegisecurity.providers
Classes in org.acegisecurity.providers that implement AuthenticationModifier and TypeClassDescriptionclassDeprecated.useAbstractAuthenticationTokenclassDeprecated.useUsernamePasswordAuthenticationTokenMethods 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 TypeClassDescriptionclassDeprecated.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 TypeMethodDescriptionvoidRememberMeServices.loginSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Authentication successfulAuthentication) Deprecated.
CLICommand.getTransportAuthentication2()