com.kakawait.spring.security.cas.web.authentication.ProxyCallbackAndServiceAuthenticationDetails Maven / Gradle / Ivy
package com.kakawait.spring.security.cas.web.authentication;
import org.springframework.security.cas.web.authentication.ServiceAuthenticationDetails;
import javax.servlet.http.HttpServletRequest;
/**
* @author Thibaud Leprêtre
*/
public interface ProxyCallbackAndServiceAuthenticationDetails extends ServiceAuthenticationDetails {
String getProxyCallbackUrl();
void setContext(HttpServletRequest context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy