Package jmri
Interface PermissionFactory
-
- All Known Implementing Classes:
EditorPermissions.Factory
,LoadAndStorePermissionOwner.Factory
,PermissionsSystemAdmin.Factory
public interface PermissionFactory
Factory class for Permission classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(PermissionManager manager)
Register the permissions that this factory provides.
-
-
-
Method Detail
-
register
void register(PermissionManager manager)
Register the permissions that this factory provides. Note that the owner of the permissions must be registered before the permissions are registered.- Parameters:
manager
- the permission manager
-
-