All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractCasAssertionUserDetailsService Abstract class for using the provided CAS assertion to construct a new User object.CasAssertionAuthenticationToken Temporary authentication object needed to load the user details service.CasAuthenticationEntryPoint Used by theExceptionTranslationFilterto commence authentication via the JA-SIG Central Authentication Service (CAS).CasAuthenticationFilter Processes a CAS service ticket, obtains proxy granting tickets, and processes proxy tickets.CasAuthenticationProvider AnAuthenticationProviderimplementation that integrates with JA-SIG Central Authentication Service (CAS).CasAuthenticationToken Represents a successful CASAuthentication.CasJackson2Module Jackson module for spring-security-cas.EhCacheBasedTicketCache Deprecated. since 5.6.GrantedAuthorityFromAssertionAttributesUserDetailsService Populates theGrantedAuthoritys for a user by reading a list of attributes that were returned as part of the CAS response.NullStatelessTicketCache Implementation of @linkStatelessTicketCachethat has no backing cache.SamlServiceProperties Sets the appropriate parameters for CAS's implementation of SAML (which is not guaranteed to be actually SAML compliant).ServiceAuthenticationDetails In order for theCasAuthenticationProviderto provide the correct service url to authenticate the ticket, the returned value ofAuthentication.getDetails()should implement this interface when tickets can be sent to any URL rather than onlyServiceProperties.getService().ServiceAuthenticationDetailsSource TheAuthenticationDetailsSourcethat is set on theCasAuthenticationFiltershould return a value that implementsServiceAuthenticationDetailsif the application needs to authenticate dynamic service urls.ServiceProperties Stores properties related to this CAS service.SpringCacheBasedTicketCache Caches tickets using a Spring IoC definedCache.StatelessTicketCache Caches CAS service tickets and CAS proxy tickets for stateless connections.