com.kakawait.spring.security.cas.web.authentication.ProxyCallbackAndServiceAuthenticationDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-security-cas-extension Show documentation
Show all versions of spring-security-cas-extension Show documentation
Spring security cas extension and additional implementation used by the starter
package com.kakawait.spring.security.cas.web.authentication;
import org.springframework.security.cas.web.authentication.ServiceAuthenticationDetails;
/**
* @author Thibaud Leprêtre
*/
public interface ProxyCallbackAndServiceAuthenticationDetails extends ServiceAuthenticationDetails {
String getProxyCallbackUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy