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

cloud.agileframework.security.menu.MenuManager Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.menu;

import org.springframework.security.core.GrantedAuthority;

import java.util.Collection;
import java.util.List;

/**
 * @author 佟盟
 * 日期 2020-12-29 13:42
 * 描述 TODO
 * @version 1.0
 * @since 1.0
 */
public interface MenuManager {
    /**
     * 根据帐号查询可见菜单项
     *
     * @param authorities 权限信息集合
     * @return 菜单集合
     */
    List byUser(Collection authorities);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy