Class WarlockPermServiceImpl
-
- All Implemented Interfaces:
-
pro.fessional.wings.warlock.service.perm.WarlockPermService
public class WarlockPermServiceImpl implements WarlockPermService- Since:
2021-03-07
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWarlockPermServiceImpl.Caching
-
Constructor Summary
Constructors Constructor Description WarlockPermServiceImpl(WarlockPermServiceImpl.Caching warlockPermServiceCaching)
-
Method Summary
Modifier and Type Method Description Map<Long, String>loadPermAll()voidcreate(@NotNull() String scopes, @NotNull() Collection<WarlockPermService.Act> acts)voidmodify(long permId, @NotNull() String remark)-
-
Constructor Detail
-
WarlockPermServiceImpl
WarlockPermServiceImpl(WarlockPermServiceImpl.Caching warlockPermServiceCaching)
-
-
Method Detail
-
loadPermAll
Map<Long, String> loadPermAll()
-
create
void create(@NotNull() String scopes, @NotNull() Collection<WarlockPermService.Act> acts)
-
-
-
-