Interface BackofficeCockpitUserServiceCache

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAdmin​(java.lang.String userId, java.util.function.Function<java.lang.String,​java.lang.Boolean> defaultValue)  
    • Method Detail

      • isAdmin

        boolean isAdmin​(java.lang.String userId,
                        java.util.function.Function<java.lang.String,​java.lang.Boolean> defaultValue)