public interface

ServiceAuthenticationDetails

implements Serializable
org.springframework.security.cas.web.authentication.ServiceAuthenticationDetails

Class Overview

In order for the CasAuthenticationProvider to provide the correct service url to authenticate the ticket, the returned value of getDetails() should implement this interface when tickets can be sent to any URL rather than only getService().

Summary

Public Methods
abstract String getServiceUrl()
Gets the absolute service url (i.e.

Public Methods

public abstract String getServiceUrl ()

Gets the absolute service url (i.e. https://example.com/service/).

Returns
  • the service url. Cannot be null.