Interface ServiceAuthenticationDetails
- All Superinterfaces:
- Serializable,- ServiceAuthenticationDetails
Deprecated.
Please use
 org.springframework.security.cas.authentication.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().- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the absolute service url (i.e.
- 
Method Details- 
getServiceUrlString getServiceUrl()Deprecated.Gets the absolute service url (i.e. https://example.com/service/).- Specified by:
- getServiceUrlin interface- ServiceAuthenticationDetails
- Returns:
- the service url. Cannot be null.
 
 
-