Package jmri
Interface PermissionFactory
- All Known Implementing Classes:
EditorPermissions.Factory,LoadAndStorePermissionOwner.Factory,PermissionsProgrammer.Factory,PermissionsSystemAdmin.Factory
public interface PermissionFactory
Factory class for Permission classes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(PermissionManager manager) Register the permissions that this factory provides.
-
Method Details
-
register
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
-