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

me.xethh.libs.spring.web.security.toolkits.authenticationModel.Response Maven / Gradle / Ivy

package me.xethh.libs.spring.web.security.toolkits.authenticationModel;

public interface Response {
    ResponseData getData();
    void setData(ResponseData data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy