Interface RolesRegistry

All Known Implementing Classes:
RolesRegistryImpl

public interface RolesRegistry
Roles registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refresh internal state.
    Set of roles.
  • Method Details

    • roles

      Set<String> roles()
      Set of roles.
    • refresh

      void refresh()
      Refresh internal state.