io.robe.auth.data.entry.UserEntry Maven / Gradle / Ivy
package io.robe.auth.data.entry;
public interface UserEntry {
boolean isActive();
String getUserId();
String getUsername();
String getPassword();
String getRoleId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy