com.posadskiy.restsecurity.controller.UserSecurityController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-security Show documentation
Show all versions of rest-security Show documentation
Open Source library for security REST methods
package com.posadskiy.restsecurity.controller;
import java.util.List;
public interface UserSecurityController {
boolean isUserExist(String userId);
List getUserRoles(String userId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy