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
CasAuthenticationProviderto 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().TheAuthenticationDetailsSourcethat is set on theCasAuthenticationFiltershould return a value that implementsServiceAuthenticationDetailsif the application needs to authenticate dynamic service urls.