See: Description
Interface | Description |
---|---|
ServiceAuthenticationDetails |
In order for the
CasAuthenticationProvider to provide the correct service url
to authenticate the ticket, the returned value of Authentication.getDetails()
should implement this interface when tickets can be sent to any URL rather than only
ServiceProperties.getService() . |
Class | Description |
---|---|
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. |