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