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

io.robe.auth.Credentials Maven / Gradle / Ivy

package io.robe.auth;

import java.security.Principal;

/**
 * Basic Credential model for Auth operations. Secure and lightweight injectable model.
 */
public interface Credentials extends Principal {

    String getUserId();
    String getUsername();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy