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

com.kakawait.security.cas.ProxyCallbackAndServiceAuthenticationDetails Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.kakawait.security.cas;

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