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

org.macrocloud.kernel.security.provider.IClientDetailsService Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
package org.macrocloud.kernel.security.provider;

public interface IClientDetailsService {

	IClientDetails loadClientByClientId(String clientId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy