Package org.jenkinsci.plugins.cas.spring.security
package org.jenkinsci.plugins.cas.spring.security
-
ClassDescriptionAuthenticator to handle the CAS REST protocol.Session fixation protection strategy that invalidates the existing session and integrates with the Single Sign-Out session mapping storage.CAS Single Sign-Out filter with support for a URL path matching.Populates the
GrantedAuthority
s for a user by reading a list of attributes that were returned as part of the CAS response.ServiceAuthenticationDetails
implementation that will convert a relative service URL to an absolute one by adding the Jenkins root URL if necessary.AuthenticationDetailsSource
implementation returning aDynamicServiceAuthenticationDetails
supporting relative service URLs.AuthenticationSuccessHandler that behaves like SimpleUrlAuthenticationSuccessHandler, but also looks for a configurable session attribute holding the target URL to redirect to.CAS authentication entry point that will save a target URL request parameter into a session attribute before redirecting.