| java.lang.Object | |
| ↳ | org.springframework.security.cas.web.authentication.ServiceAuthenticationDetailsSource |
The AuthenticationDetailsSource that is set on the
CasAuthenticationFilter should return a value that implements
ServiceAuthenticationDetails if the application needs to authenticate
dynamic service urls. The
ServiceAuthenticationDetailsSource#buildDetails(HttpServletRequest)
creates a default ServiceAuthenticationDetails.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an implementation that uses the default CAS artifactParameterName.
| |||||||||||
Creates an implementation that uses the specified artifactParameterName
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.security.authentication.AuthenticationDetailsSource
| |||||||||||
Creates an implementation that uses the default CAS artifactParameterName.
Creates an implementation that uses the specified artifactParameterName
| artifactParameterName | the artifactParameterName that is removed from the current URL. The result becomes the service url. Cannot be null and cannot be an empty String. |
|---|
| context | the HttpServletRequest object. |
|---|
ServiceAuthenticationDetails containing information about the current request