Interface JsonSidConverter.SidProvider

All Known Subinterfaces:
CustomAclService
All Known Implementing Classes:
CustomAclServiceImpl
Enclosing class:
JsonSidConverter

public static interface JsonSidConverter.SidProvider
A SID-to-name provider maps id to String.
  • Method Summary

    Modifier and Type
    Method
    Description
    getSidName(long id)
    Get name of SID by id
  • Method Details

    • getSidName

      String getSidName(long id)
      Get name of SID by id
      Parameters:
      id - SID ID
      Returns:
      SID name