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