Interface RolesConfigLoader
-
- All Known Implementing Classes:
TestRolesConfigLoader
public interface RolesConfigLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<RoleImpl>
loadRoles()
-
-
-
Method Detail
-
loadRoles
@NotNull Collection<RoleImpl> loadRoles() throws Exception
- Throws:
Exception
-
-