Package org.springframework.security.cas.web.authentication
Authentication processing mechanisms which respond to the submission of authentication
credentials using CAS.
-
Interface Summary Interface Description ServiceAuthenticationDetails In order for theCasAuthenticationProvider
to 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()
. -
Class Summary Class Description ServiceAuthenticationDetailsSource TheAuthenticationDetailsSource
that is set on theCasAuthenticationFilter
should return a value that implementsServiceAuthenticationDetails
if the application needs to authenticate dynamic service urls.