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 Type
    Method
    Description
    void
    Register the permissions that this factory provides.
  • Method Details

    • 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