All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kakawait.spring.security.cas.web.authentication.ProxyCallbackAndServiceAuthenticationDetails Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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