Interface ServiceAuthenticationDetails
-
- All Superinterfaces:
java.io.Serializable
public interface ServiceAuthenticationDetails extends java.io.Serializable
In order for theCasAuthenticationProvider
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()
.- See Also:
ServiceAuthenticationDetailsSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getServiceUrl()
Gets the absolute service url (i.e.
-