public interface ServiceAuthenticationDetails extends Serializable
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()
.ServiceAuthenticationDetailsSource
Modifier and Type | Method and Description |
---|---|
String |
getServiceUrl()
Gets the absolute service url (i.e.
|
String getServiceUrl()
null
.