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

com.lrenyi.template.web.config.RolePermissionService Maven / Gradle / Ivy

The newest version!
package com.lrenyi.template.web.config;

import java.util.Set;

public interface RolePermissionService {
    boolean check(Set scopes, String requestUri);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy