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

foundation.cmo.api.mls.graphql.security.services.IMUserDetails Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package foundation.cmo.api.mls.graphql.security.services;

import foundation.cmo.api.mls.graphql.security.dto.MUser;

public interface IMUserDetails {
	MUser getUserFromUsername(String username);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy