| Class | Description |
|---|---|
| CasAuthentication |
Represents a successful CAS
Authentication. |
| CasAuthenticationEntryPoint |
CAS authentication entry point that will save a target URL request parameter
into a session attribute before redirecting.
|
| CasAuthenticationFilter |
Processes a CAS service ticket.
|
| CasSingleSignOutFilter |
CAS Single Sign-Out filter with support for a URL path matching.
|
| CasUserDetailsService |
Populates the
GrantedAuthoritys for a user by reading a list of attributes that were returned as
part of the CAS response. |
| DynamicServiceAuthenticationDetails |
ServiceAuthenticationDetails implementation that will convert a relative
service URL to an absolute one by adding the Jenkins root URL if necessary. |
| DynamicServiceAuthenticationDetailsSource |
AuthenticationDetailsSource implementation returning a
DynamicServiceAuthenticationDetails supporting relative service URLs. |
| SessionUrlAuthenticationSuccessHandler |
AuthenticationSuccessHandler that behaves like SimpleUrlAuthenticationSuccessHandler,
but also looks for a configurable session attribute holding the target URL to redirect to.
|
Copyright © 2004-2015. All Rights Reserved.