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

com.github.cobrijani.model.AuthenticationRequestBody Maven / Gradle / Ivy

package com.github.cobrijani.model;

/**
 * Data transfer object that carries authentication data
 * Created by SBratic on 2/19/2017.
 */
public interface AuthenticationRequestBody {

  String getLogin();

  String getPassword();

  boolean isRememberMe();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy